summaryrefslogtreecommitdiff
path: root/flags/tests/short.ts
diff options
context:
space:
mode:
Diffstat (limited to 'flags/tests/short.ts')
-rwxr-xr-xflags/tests/short.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/flags/tests/short.ts b/flags/tests/short.ts
index dee981351..fe8994394 100755
--- a/flags/tests/short.ts
+++ b/flags/tests/short.ts
@@ -1,5 +1,5 @@
import { test, assertEqual } from "../../testing/mod.ts";
-import { parse } from "../index.ts";
+import { parse } from "../mod.ts";
test(function numbericShortArgs() {
assertEqual(parse(["-n123"]), { n: 123, _: [] });