diff options
Diffstat (limited to 'tests/unit/wasm_test.ts')
-rw-r--r-- | tests/unit/wasm_test.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/wasm_test.ts b/tests/unit/wasm_test.ts index fab9c9308..e0db41ed0 100644 --- a/tests/unit/wasm_test.ts +++ b/tests/unit/wasm_test.ts @@ -53,7 +53,7 @@ Deno.test( await assertRejects( () => wasmPromise, TypeError, - "Invalid WebAssembly content type.", + "Invalid WebAssembly content type", ); }, ); |