Skip to content

Commit 037b8ef

Browse files
committed
fix tests (post-rebase)
1 parent 7d719b0 commit 037b8ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

extensions/scarb-execute/tests/build.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,7 @@ fn can_save_program_output_to_file() {
598598
"#})
599599
.build(&t);
600600

601-
Scarb::quick_snapbox()
601+
Scarb::quick_command()
602602
.arg("execute")
603603
.arg("--save-program-output")
604604
.current_dir(&t)
@@ -631,7 +631,7 @@ fn can_save_stdout_output_to_file() {
631631
"#})
632632
.build(&t);
633633

634-
Scarb::quick_snapbox()
634+
Scarb::quick_command()
635635
.arg("execute")
636636
.arg("--save-print-output")
637637
.current_dir(&t)

0 commit comments

Comments
 (0)