Skip to content

Commit

Permalink
chore: update tests
Browse files Browse the repository at this point in the history
Signed-off-by: mlycore <[email protected]>
  • Loading branch information
mlycore committed Mar 13, 2024
1 parent 6a67238 commit cd129e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions log_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ func Test_Log0(t *testing.T) {

logger = tl
logger.SetLevelByName("DEBUG")
logger.Infoln("this should be non-colored")
logger.Debugln("this should be blue")
logger.Errorln("this should be red")
}
Expand Down

0 comments on commit cd129e5

Please sign in to comment.