We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83a7379 commit 9ba3095Copy full SHA for 9ba3095
validator/tests/cli.rs
@@ -29,6 +29,8 @@ fn test_use_the_same_path_for_accounts_and_snapshots() {
29
temp_dir_str,
30
"--snapshots",
31
32
+ "--expected-shred-version",
33
+ "42",
34
]);
35
cmd.assert().failure().stderr(predicates::str::contains(
36
"the --accounts and --snapshots paths must be unique",
0 commit comments