diff options
Diffstat (limited to 'net/bufio_test.ts')
| -rw-r--r-- | net/bufio_test.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bufio_test.ts b/net/bufio_test.ts index 96490a6c9..411f173f4 100644 --- a/net/bufio_test.ts +++ b/net/bufio_test.ts @@ -8,7 +8,7 @@ import { test, assert, assertEqual -} from "https://deno.land/x/testing/testing.ts"; +} from "../testing/mod.ts"; import { BufReader, BufState, BufWriter } from "./bufio.ts"; import * as iotest from "./iotest.ts"; import { charCode, copyBytes, stringsReader } from "./util.ts"; |
