From ffea0f198c27368405541e5a871deccc132c7ad9 Mon Sep 17 00:00:00 2001 From: Feng Yu Date: Sun, 10 Oct 2021 21:24:03 +0800 Subject: test: remove duplicate import (#12374) --- cli/tests/unit/test_util.ts | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'cli/tests') diff --git a/cli/tests/unit/test_util.ts b/cli/tests/unit/test_util.ts index bf6c66fee..ee924fe8a 100644 --- a/cli/tests/unit/test_util.ts +++ b/cli/tests/unit/test_util.ts @@ -1,9 +1,6 @@ // Copyright 2018-2021 the Deno authors. All rights reserved. MIT license. -import { - assert, - assertEquals, -} from "../../../test_util/std/testing/asserts.ts"; +import { assert } from "../../../test_util/std/testing/asserts.ts"; import * as colors from "../../../test_util/std/fmt/colors.ts"; export { colors }; import { resolve } from "../../../test_util/std/path/mod.ts"; -- cgit v1.2.3