Skip to content

Commit bf989af

Browse files
authored
Merge pull request #90 from epage/snapbox
chore: Update snapbox to 0.6
2 parents 5df912a + bd1e79c commit bf989af

File tree

4 files changed

+9
-183
lines changed

4 files changed

+9
-183
lines changed
File renamed without changes.

Cargo.lock

Lines changed: 7 additions & 181 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ log = "0.4.17"
143143

144144
[dev-dependencies]
145145
env_logger = "0.11.3"
146-
snapbox = { version = "0.5.9", features = ["path"] }
146+
snapbox = "0.6.5"
147147
automod = "1.0.14"
148148

149149
[profile.dev]

tests/testsuite/schema.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ fn dump_schema() {
88
.arg("-")
99
.assert()
1010
.success()
11-
.stdout_eq(snapbox::file!["../../schema.json"]);
11+
.stdout_eq(snapbox::file!["../../schema.json"].raw());
1212
}

0 commit comments

Comments
 (0)