diff options
Diffstat (limited to 'tests/integration')
-rw-r--r-- | tests/integration/run_tests.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/integration/run_tests.rs b/tests/integration/run_tests.rs index ed07fab96..f3fc18fee 100644 --- a/tests/integration/run_tests.rs +++ b/tests/integration/run_tests.rs @@ -4610,8 +4610,8 @@ fn file_fetcher_preserves_permissions() { .args("repl --quiet") .with_pty(|mut console| { console.write_line( - "const a = await import('http://localhost:4545/run/019_media_types.ts');", - ); + "const a = await import('http://localhost:4545/run/019_media_types.ts');", + ); console.expect("Allow?"); console.human_delay(); console.write_line_raw("y"); |