From bbc4e55bdae2d37fee92e778f4a13eaf1d4fb4e1 Mon Sep 17 00:00:00 2001 From: ShinDarth Date: Sun, 2 Sep 2018 00:49:47 +0200 Subject: Minor code refactoring --- js/fetch_test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/fetch_test.ts') diff --git a/js/fetch_test.ts b/js/fetch_test.ts index 61221b2c4..873f2fbde 100644 --- a/js/fetch_test.ts +++ b/js/fetch_test.ts @@ -1,5 +1,5 @@ // Copyright 2018 the Deno authors. All rights reserved. MIT license. -import { test, testPerm, assert, assertEqual } from "./test_util.ts"; +import { testPerm, assertEqual } from "./test_util.ts"; import * as deno from "deno"; testPerm({ net: true }, async function fetchJsonSuccess() { -- cgit v1.2.3