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 8cf6a720b..82dab5538 100755 --- a/flags/tests/default_bool.ts +++ b/flags/tests/default_bool.ts @@ -1,5 +1,5 @@ import { test, assertEqual } from "../../testing/mod.ts"; -import { parse } from "../index.ts"; +import { parse } from "../mod.ts"; test(function booleanDefaultTrue() { const argv = parse([], { |