summaryrefslogtreecommitdiff
path: root/flags/tests/stop_early.ts
diff options
context:
space:
mode:
Diffstat (limited to 'flags/tests/stop_early.ts')
-rwxr-xr-xflags/tests/stop_early.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/flags/tests/stop_early.ts b/flags/tests/stop_early.ts
index 62725e6cf..ca64bf97e 100755
--- a/flags/tests/stop_early.ts
+++ b/flags/tests/stop_early.ts
@@ -1,4 +1,4 @@
-import { test, assertEqual } from "https://deno.land/x/testing/testing.ts";
+import { test, assertEqual } from "../../testing/mod.ts";
import { parse } from "../index.ts";
// stops parsing on the first non-option when stopEarly is set