From 5f74f7eebe8fb657624374d8a8510fe1caa9ffa0 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Wed, 7 Nov 2018 23:22:33 -0500 Subject: Use https instead of http. Original: https://github.com/denoland/deno_std/commit/2d8d8247da4f71fe7e796fc1d3da1f797a2c4195 --- http_test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'http_test.ts') diff --git a/http_test.ts b/http_test.ts index 6fbac9a4a..4a8867aba 100644 --- a/http_test.ts +++ b/http_test.ts @@ -1,5 +1,5 @@ //import { listen } from "./server.ts"; -import { test } from "http://deno.land/x/testing/testing.ts"; +import { test } from "https://deno.land/x/testing/testing.ts"; test(function basic() { console.log("ok"); -- cgit v1.2.3