From 6e884207eecfde5fad4c48169684590b235aa096 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Mon, 4 Jun 2018 09:34:39 +0200 Subject: Fix testing/util_test.ts Thanks @kitsonk --- testing/util_test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testing') diff --git a/testing/util_test.ts b/testing/util_test.ts index 34bd97e0f..679ab5675 100644 --- a/testing/util_test.ts +++ b/testing/util_test.ts @@ -13,7 +13,7 @@ limitations under the License. */ -import { test } from "./index.ts"; +import { test } from "./testing.ts"; import { assert } from "./util.ts"; import * as util from "./util.ts"; -- cgit v1.2.3