diff options
Diffstat (limited to 'tests/fetch_deps.ts')
-rw-r--r-- | tests/fetch_deps.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fetch_deps.ts b/tests/fetch_deps.ts index 14f1feb8f..08743e36b 100644 --- a/tests/fetch_deps.ts +++ b/tests/fetch_deps.ts @@ -1,5 +1,5 @@ // Run ./tools/http_server.py too in order for this test to run. -import { assert } from "../js/deps/https/deno.land/std/testing/mod.ts"; +import { assert } from "../js/deps/https/deno.land/std/testing/asserts.ts"; // TODO Top level await https://github.com/denoland/deno/issues/471 async function main() { |