summaryrefslogtreecommitdiff
path: root/testing/mod.ts
diff options
context:
space:
mode:
Diffstat (limited to 'testing/mod.ts')
-rw-r--r--testing/mod.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/mod.ts b/testing/mod.ts
index b237a0d85..c68528fbd 100644
--- a/testing/mod.ts
+++ b/testing/mod.ts
@@ -9,7 +9,7 @@ import {
gray,
yellow,
italic
-} from "../colors/mod.ts";
+} from "../fmt/colors.ts";
export type TestFunction = () => void | Promise<void>;
export interface TestDefinition {