Skip to content

Commit

Permalink
Fix typos in snapshot tests
Browse files Browse the repository at this point in the history
  • Loading branch information
yannham committed Nov 14, 2023
1 parent 6d772c6 commit ce6e616
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
source: cli/tests/snapshot/main.rs
expression: err
---
error: invalid query: unknown field `unknown.field.path`
= `unknown.field.path` doesn't refer to record field accessible from the root of the configuration.


Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
source: cli/tests/snapshot/main.rs
expression: err
---
error: invalid override: unknown field `unkonwn.field.path`
= `unkonwn.field.path` doesn't refer to record field accessible from the root of the configuration.
error: invalid override: unknown field `unknown.field.path`
= `unknown.field.path` doesn't refer to record field accessible from the root of the configuration.


0 comments on commit ce6e616

Please sign in to comment.