Skip to content

Commit

Permalink
upgdate snapshots to fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed Sep 6, 2021
1 parent 82c077a commit b310eca
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion tests/snapshots/failure-invalid-cargo-manifest
Original file line number Diff line number Diff line change
@@ -1 +1,11 @@
Error: TomlParse(TomlError { message: "TOML parse error at line 1, column 7\n |\n1 | foobar\n | ^\nUnexpected `\n`\nExpected `=`\n" })
Error: TomlParse(TomlError { message: "TOML parse error at line 1, column 7\n |\n1 | foobar\n | ^\nUnexpected `\n`\nExpected `=`\n" })

Caused by:
TOML parse error at line 1, column 7
|
1 | foobar
| ^
Unexpected `
`
Expected `=`

0 comments on commit b310eca

Please sign in to comment.