summaryrefslogtreecommitdiff
path: root/bufio_test.ts
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2018-11-07 23:22:33 -0500
committerRyan Dahl <ry@tinyclouds.org>2018-11-07 23:22:33 -0500
commit5f74f7eebe8fb657624374d8a8510fe1caa9ffa0 (patch)
tree54701b3d661fee2b72b6666ddfb8d8c0d48aeda7 /bufio_test.ts
parent423424f1daa3ca35f2ac63d2c0e40b99e938ec46 (diff)
Use https instead of http.
Original: https://github.com/denoland/deno_std/commit/2d8d8247da4f71fe7e796fc1d3da1f797a2c4195
Diffstat (limited to 'bufio_test.ts')
-rw-r--r--bufio_test.ts2
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";