Skip to content

Commit

Permalink
Rename context cleaning function
Browse files Browse the repository at this point in the history
Co-authored-by: Olivier Poitrey <rs@rhapsodyk.net>
  • Loading branch information
GRbit and rs authored Mar 4, 2024
1 parent a217e6c commit e1c8c7d
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 @@ -151,7 +151,7 @@ func TestWithReset(t *testing.T) {
Str("string", "foo").
Stringer("stringer", net.IP{127, 0, 0, 1}).
Stringer("stringer_nil", nil).
EmptyFields().
Reset().
Bytes("bytes", []byte("bar")).
Hex("hex", []byte{0x12, 0xef}).
Uint64("uint64", 10).
Expand Down

0 comments on commit e1c8c7d

Please sign in to comment.