Skip to content

Commit

Permalink
fix typo for sent_reason_cache_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
VinozzZ committed Dec 13, 2023
1 parent 02cd92f commit e4a8320
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ func TestSentReasonCache(t *testing.T) {
s := &metrics.MockMetrics{}
s.Start()
c := cache.NewSentReasonsCache(s)
keys := make([]int, 0)
keys := make([]uint, 0)
entries := []string{"foo", "bar", "baz"}
for _, item := range entries {
keys = append(keys, c.Set(item))
Expand Down

0 comments on commit e4a8320

Please sign in to comment.