diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2018-11-07 23:22:33 -0500 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2018-11-07 23:22:33 -0500 |
| commit | 5f74f7eebe8fb657624374d8a8510fe1caa9ffa0 (patch) | |
| tree | 54701b3d661fee2b72b6666ddfb8d8c0d48aeda7 /buffer_test.ts | |
| parent | 423424f1daa3ca35f2ac63d2c0e40b99e938ec46 (diff) | |
Use https instead of http.
Original: https://github.com/denoland/deno_std/commit/2d8d8247da4f71fe7e796fc1d3da1f797a2c4195
Diffstat (limited to 'buffer_test.ts')
| -rw-r--r-- | buffer_test.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buffer_test.ts b/buffer_test.ts index 8365b29bd..9a71e80a3 100644 --- a/buffer_test.ts +++ b/buffer_test.ts @@ -5,7 +5,7 @@ import { test, assert, assertEqual -} from "http://deno.land/x/testing/testing.ts"; +} from "https://deno.land/x/testing/testing.ts"; import { Buffer } from "./buffer.ts"; // N controls how many iterations of certain checks are performed. |
