diff options
Diffstat (limited to 'flags/tests/long.ts')
| -rwxr-xr-x | flags/tests/long.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/flags/tests/long.ts b/flags/tests/long.ts index 57e48ecbe..41c3e7743 100755 --- a/flags/tests/long.ts +++ b/flags/tests/long.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 longOpts() { |
