diff options
Diffstat (limited to 'testing/asserts.ts')
-rw-r--r-- | testing/asserts.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/asserts.ts b/testing/asserts.ts index 56480c95b..adf77f3a7 100644 --- a/testing/asserts.ts +++ b/testing/asserts.ts @@ -1,5 +1,5 @@ // Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. -import { red, green, white, gray, bold } from "../colors/mod.ts"; +import { red, green, white, gray, bold } from "../fmt/colors.ts"; import diff, { DiffType, DiffResult } from "./diff.ts"; import { format } from "./format.ts"; |