Skip to content

Commit 9ba3095

Browse files
committed
update test cli
1 parent 83a7379 commit 9ba3095

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

validator/tests/cli.rs

+2
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ fn test_use_the_same_path_for_accounts_and_snapshots() {
2929
temp_dir_str,
3030
"--snapshots",
3131
temp_dir_str,
32+
"--expected-shred-version",
33+
"42",
3234
]);
3335
cmd.assert().failure().stderr(predicates::str::contains(
3436
"the --accounts and --snapshots paths must be unique",

0 commit comments

Comments
 (0)