summaryrefslogtreecommitdiff
path: root/cli/tests/test_runner_test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/test_runner_test.ts')
-rw-r--r--cli/tests/test_runner_test.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/test_runner_test.ts b/cli/tests/test_runner_test.ts
index a74c9a41a..08b69a0a6 100644
--- a/cli/tests/test_runner_test.ts
+++ b/cli/tests/test_runner_test.ts
@@ -1,6 +1,6 @@
// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license.
-import { assert } from "../../std/testing/asserts.ts";
+import { assert } from "../../test_util/std/testing/asserts.ts";
Deno.test("fail1", function () {
assert(false, "fail1 assertion");