diff options
Diffstat (limited to 'flags/tests/default_bool.ts')
| -rwxr-xr-x | flags/tests/default_bool.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/flags/tests/default_bool.ts b/flags/tests/default_bool.ts index b43c52e8d..8cf6a720b 100755 --- a/flags/tests/default_bool.ts +++ b/flags/tests/default_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 booleanDefaultTrue() { |
