Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrit0 committed Feb 15, 2022
1 parent 88b1c63 commit 849eb0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/TestLogger.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Logger, LogLevel } from "../lib/utils";
import { fail } from "assert/strict";
import { fail } from "assert";

const levelMap: Record<LogLevel, string> = {
[LogLevel.Error]: "error: ",
Expand Down

0 comments on commit 849eb0e

Please sign in to comment.