summaryrefslogtreecommitdiff
path: root/path/zero_length_strings_test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'path/zero_length_strings_test.ts')
-rw-r--r--path/zero_length_strings_test.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/path/zero_length_strings_test.ts b/path/zero_length_strings_test.ts
index 8774c51f7..f9b357bf1 100644
--- a/path/zero_length_strings_test.ts
+++ b/path/zero_length_strings_test.ts
@@ -1,7 +1,7 @@
// Copyright the Browserify authors. MIT License.
// Ported from https://github.com/browserify/path-browserify/
-import { test, assertEqual } from "https://deno.land/x/testing/testing.ts";
+import { test, assertEqual } from "../testing/mod.ts";
import * as path from "./index.ts";
import { cwd } from "deno";