Skip to content

Commit 5b820a3

Browse files
committed
its stdout now i guess
1 parent 301a162 commit 5b820a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/acceptance/volta_install.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,6 +398,6 @@ fn install_node_with_shadowed_binary() {
398398
s.volta("install node"),
399399
execs()
400400
.with_status(ExitCode::Success as i32)
401-
.with_stderr_contains("[..]is shadowed by another binary of the same name at [..]")
401+
.with_stdout_contains("[..]is shadowed by another binary of the same name at [..]")
402402
);
403403
}

0 commit comments

Comments
 (0)