Skip to content

Commit

Permalink
fixing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
thejasn committed Aug 9, 2020
1 parent 7f5df68 commit 99d5369
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion store/freecache_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ func TestFreecacheSet(t *testing.T) {
}

client := mocksStore.NewMockFreecacheClientInterface(ctrl)
client.EXPECT().Set([]byte(cacheKey), cacheValue, 0).Return(nil)
client.EXPECT().Set([]byte(cacheKey), cacheValue, 6).Return(nil)

s := NewFreecache(client, options)
err := s.Set(cacheKey, cacheValue, options)
Expand Down

0 comments on commit 99d5369

Please sign in to comment.