diff --git a/cli/tests/unit/test_util.ts b/cli/tests/unit/test_util.ts
index bf6c66fee5..ee924fe8ad 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";