diff --git a/fmt/colors_test.ts b/fmt/colors_test.ts index dec246fb0c73..949bc34e74b5 100644 --- a/fmt/colors_test.ts +++ b/fmt/colors_test.ts @@ -1,7 +1,7 @@ // Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. import { test } from "../testing/mod.ts"; import { assertEquals } from "../testing/asserts.ts"; -import * as c from "./mod.ts"; +import * as c from "./colors.ts"; import "../examples/colors.ts"; test(function singleColor(): void {