diff options
Diffstat (limited to 'std/log/mod.ts')
-rw-r--r-- | std/log/mod.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/std/log/mod.ts b/std/log/mod.ts index d5eed7479..b89896264 100644 --- a/std/log/mod.ts +++ b/std/log/mod.ts @@ -6,7 +6,7 @@ import { WriterHandler, FileHandler } from "./handlers.ts"; -import { assert } from "../testing/mod.ts"; +import { assert } from "../testing/asserts.ts"; export class LoggerConfig { level?: string; |