summaryrefslogtreecommitdiff
path: root/tests/unit/urlpattern_test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/urlpattern_test.ts')
-rw-r--r--tests/unit/urlpattern_test.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/urlpattern_test.ts b/tests/unit/urlpattern_test.ts
index 2b635a513..3c1fb0cf1 100644
--- a/tests/unit/urlpattern_test.ts
+++ b/tests/unit/urlpattern_test.ts
@@ -1,6 +1,6 @@
// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
import { assert, assertEquals } from "./test_util.ts";
-import { assertType, IsExact } from "@std/testing/types.ts";
+import { assertType, IsExact } from "@std/testing/types";
Deno.test(function urlPatternFromString() {
const pattern = new URLPattern("https://deno.land/foo/:bar");