diff options
Diffstat (limited to 'flags/tests/bool.ts')
| -rwxr-xr-x | flags/tests/bool.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/flags/tests/bool.ts b/flags/tests/bool.ts index ee4f5e1c3..5d135028e 100755 --- a/flags/tests/bool.ts +++ b/flags/tests/bool.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 flagBooleanDefaultFalse() { |
