Skip to content

Commit

Permalink
Fix json5 test: Remove artifact character
Browse files Browse the repository at this point in the history
I am not sure what happened that these tests suddenly fail, or where the
artifact comes from...

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
  • Loading branch information
matthiasbeyer committed Aug 2, 2022
1 parent d54986c commit 518a3ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/file_json5.rs
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ fn test_error_parse() {
assert_eq!(
res.unwrap_err().to_string(),
format!(
" --> 2:7\n |\n2 | ok: true\n | ^---\n |\n = expected null in {}",
" --> 2:7\n |\n2 | ok: true\n | ^---\n |\n = expected null in {}",
path_with_extension.display()
)
);
Expand Down

0 comments on commit 518a3ca

Please sign in to comment.