Skip to content

Commit

Permalink
Fix level name assertion in LogRecord test
Browse files Browse the repository at this point in the history
  • Loading branch information
ryunix committed Dec 14, 2024
1 parent cc9a7c0 commit 2008c66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion log/logger.ts
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ export class LogRecord {
* loggerName: "example",
* });
*
* assertEquals(record.loggerName, "example");
* assertEquals(record.levelName, "INFO");
* ```
*/
readonly levelName: string;
Expand Down

0 comments on commit 2008c66

Please sign in to comment.