Skip to content

Commit 7010021

Browse files
committed
Fix multicall nlx debug assertion to avoid real vitest run
1 parent 9221033 commit 7010021

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/dispatch_multicall.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,10 @@ fn multicall_aliases_resolve_expected_commands() {
101101
vec![
102102
"-C",
103103
npm_proj.to_str().unwrap(),
104+
"--debug-resolved",
104105
"vitest",
105106
"--",
106107
"--help",
107-
"?",
108108
],
109109
&[],
110110
);

0 commit comments

Comments
 (0)