summaryrefslogtreecommitdiff
path: root/cli/tests/unit/wasm_test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/unit/wasm_test.ts')
-rw-r--r--cli/tests/unit/wasm_test.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/unit/wasm_test.ts b/cli/tests/unit/wasm_test.ts
index 66fcacade..c2180db3c 100644
--- a/cli/tests/unit/wasm_test.ts
+++ b/cli/tests/unit/wasm_test.ts
@@ -74,7 +74,7 @@ unitTest(
// deno-dom's WASM file is a real-world non-trivial case that gave us
// trouble when implementing this.
await WebAssembly.instantiateStreaming(fetch(
- "http://localhost:4545/cli/tests/deno_dom_0.1.3-alpha2.wasm",
+ "http://localhost:4545/deno_dom_0.1.3-alpha2.wasm",
));
},
);