Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pellared committed Feb 20, 2025
1 parent a4c181d commit 69a1b37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion log/logtest/recorder_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ func TestRecorderEmitAndReset(t *testing.T) {

got = rec.Result()
want = Recording{
// For testify nil and empty slice is imporant.
// For testify nil and empty slice is important.
Scope{Name: t.Name()}: nil,
}
assert.Equal(t, want, got)
Expand Down

0 comments on commit 69a1b37

Please sign in to comment.