From 91364cabae8687e7620edac406b43cb40cb55878 Mon Sep 17 00:00:00 2001 From: Andy Hayden Date: Wed, 6 Mar 2019 07:23:47 -0800 Subject: Replace deno.land/x/std with deno.land/std (#1890) --- tests/fetch_deps.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/fetch_deps.ts b/tests/fetch_deps.ts index 41ed60aca..14f1feb8f 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/x/std/testing/mod.ts"; +import { assert } from "../js/deps/https/deno.land/std/testing/mod.ts"; // TODO Top level await https://github.com/denoland/deno/issues/471 async function main() { -- cgit v1.2.3