Skip to content

Commit

Permalink
fix: unit tests error
Browse files Browse the repository at this point in the history
  • Loading branch information
shipengqi committed Sep 6, 2023
1 parent 6bcac3a commit b626655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion log_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ func TestGlobalLogger(t *testing.T) {
L().Warnf("Hello, %s", name+"3")
L().Errorf("Hello, %s", name+"4")
expected := []string{
"debug log/log_test.go:1389Hello, world1",
"debug log/log_test.go:139Hello, world1",
"info log/log_test.go:140 Hello, world2",
"warn log/log_test.go:141 Hello, world3",
"error log/log_test.go:142 Hello, world4",
Expand Down

0 comments on commit b626655

Please sign in to comment.