diff options
Diffstat (limited to 'flags/tests/num.ts')
-rwxr-xr-x | flags/tests/num.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/flags/tests/num.ts b/flags/tests/num.ts index 0588b51f6..cc5b1b4e3 100755 --- a/flags/tests/num.ts +++ b/flags/tests/num.ts @@ -1,5 +1,5 @@ import { test, assertEqual } from "../../testing/mod.ts"; -import { parse } from "../index.ts"; +import { parse } from "../mod.ts"; test(function nums() { const argv = parse([ |