diff options
Diffstat (limited to 'cli/tests/unit/kv_test.ts')
| -rw-r--r-- | cli/tests/unit/kv_test.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/unit/kv_test.ts b/cli/tests/unit/kv_test.ts index c98611e2d..5780d9900 100644 --- a/cli/tests/unit/kv_test.ts +++ b/cli/tests/unit/kv_test.ts @@ -7,7 +7,7 @@ import { assertRejects, assertThrows, } from "./test_util.ts"; -import { assertType, IsExact } from "../../../test_util/std/testing/types.ts"; +import { assertType, IsExact } from "@test_util/std/testing/types.ts"; const sleep = (time: number) => new Promise((r) => setTimeout(r, time)); |
