diff options
Diffstat (limited to 'http_test.ts')
| -rw-r--r-- | http_test.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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"); |
