diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2018-06-04 09:34:39 +0200 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2018-06-04 09:34:41 +0200 |
| commit | 6e884207eecfde5fad4c48169684590b235aa096 (patch) | |
| tree | 2b07c23baaac48dc9f49b9d7551ae1ae63d7bced | |
| parent | b6062ae6623429dfdaf9152c5de7b03e5ab7e9a7 (diff) | |
Fix testing/util_test.ts
Thanks @kitsonk
| -rw-r--r-- | testing/util_test.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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"; |
