summaryrefslogtreecommitdiff
path: root/testing/asserts_test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'testing/asserts_test.ts')
-rw-r--r--testing/asserts_test.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/asserts_test.ts b/testing/asserts_test.ts
index ba07b3a83..b480fe7c9 100644
--- a/testing/asserts_test.ts
+++ b/testing/asserts_test.ts
@@ -15,7 +15,7 @@ import {
unreachable
} from "./asserts.ts";
import { test } from "./mod.ts";
-import { red, green, white, gray, bold } from "../colors/mod.ts";
+import { red, green, white, gray, bold } from "../fmt/colors.ts";
test(function testingEqual(): void {
assert(equal("world", "world"));