diff options
Diffstat (limited to 'flags/tests/parse.ts')
| -rw-r--r-- | flags/tests/parse.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/flags/tests/parse.ts b/flags/tests/parse.ts index 29a500868..30551f875 100644 --- a/flags/tests/parse.ts +++ b/flags/tests/parse.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"; test(function _arseArgs() { |
