diff --git a/testing/util_test.ts b/testing/util_test.ts index 34bd97e0ff..679ab5675e 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";