diff options
Diffstat (limited to 'net/textproto_test.ts')
| -rw-r--r-- | net/textproto_test.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/textproto_test.ts b/net/textproto_test.ts index 3af21247a..9fe5e8dd3 100644 --- a/net/textproto_test.ts +++ b/net/textproto_test.ts @@ -10,7 +10,7 @@ import { test, assert, assertEqual -} from "https://deno.land/x/testing/testing.ts"; +} from "../testing/mod.ts"; function reader(s: string): TextProtoReader { return new TextProtoReader(new BufReader(stringsReader(s))); |
