summaryrefslogtreecommitdiff
path: root/tests/unit/worker_test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/worker_test.ts')
-rw-r--r--tests/unit/worker_test.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/worker_test.ts b/tests/unit/worker_test.ts
index eea0e8106..33e25f70e 100644
--- a/tests/unit/worker_test.ts
+++ b/tests/unit/worker_test.ts
@@ -7,7 +7,7 @@ import {
assertEquals,
assertMatch,
assertThrows,
-} from "@test_util/std/assert/mod.ts";
+} from "@std/assert/mod.ts";
function resolveWorker(worker: string): string {
return import.meta.resolve(`../testdata/workers/${worker}`);