summaryrefslogtreecommitdiff
path: root/buffer_test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'buffer_test.ts')
-rw-r--r--buffer_test.ts2
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.