We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d0dc52 commit bd1e79cCopy full SHA for bd1e79c
tests/testsuite/schema.rs
@@ -8,5 +8,5 @@ fn dump_schema() {
8
.arg("-")
9
.assert()
10
.success()
11
- .stdout_eq_(snapbox::file!["../../schema.json"].raw());
+ .stdout_eq(snapbox::file!["../../schema.json"].raw());
12
}
0 commit comments