Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lmittmann committed Apr 18, 2023
1 parent 19ad858 commit 5f32449
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion handler_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ func TestHandler(t *testing.T) {
F: func(l *slog.Logger) {
l.Error("test", tint.Err(nil))
},
Want: `Nov 11 00:00:00.000 ERR test err=<nil>`,
Want: `Nov 10 23:00:00.000 ERR test err=<nil>`,
},
}

Expand Down

0 comments on commit 5f32449

Please sign in to comment.