Skip to content

Commit 5d49c3b

Browse files
committed
fix test
1 parent 616f75e commit 5d49c3b

File tree

1 file changed

+1
-1
lines changed
  • test/exec/components-rust/test-exec-js/src

1 file changed

+1
-1
lines changed

test/exec/components-rust/test-exec-js/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ impl Guest for Component {
319319
console.log(...argv);
320320
"# },
321321
&RunOptions {
322-
args: Some(vec!["arg13".to_string()]),
322+
args: Some(vec!["arg3".to_string()]),
323323
..empty_run_options()
324324
},
325325
)

0 commit comments

Comments
 (0)