diff options
Diffstat (limited to 'bufio_test.ts')
| -rw-r--r-- | bufio_test.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bufio_test.ts b/bufio_test.ts index 9a3361d6f..31a8363a2 100644 --- a/bufio_test.ts +++ b/bufio_test.ts @@ -4,7 +4,7 @@ // license that can be found in the LICENSE file. import * as deno from "deno"; -import { test, assertEqual } from "http://deno.land/x/testing/testing.ts"; +import { test, assertEqual } from "https://deno.land/x/testing/testing.ts"; import { BufReader, BufState } from "./bufio.ts"; import { Buffer } from "./buffer.ts"; import * as iotest from "./iotest.ts"; |
