Skip to content

Commit

Permalink
+
Browse files Browse the repository at this point in the history
  • Loading branch information
latitov committed Oct 28, 2022
1 parent 859882f commit b9e36a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cache_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ func TestMain(m *testing.M) {
}

func Test_New(t *testing.T) {
c := New[string, string](
c := New(
WithTTL[string, string](time.Hour),
WithCapacity[string, string](1),
)
Expand Down

0 comments on commit b9e36a2

Please sign in to comment.