Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cshum committed Aug 30, 2024
1 parent 6843887 commit 73ea2a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage/filestorage/filestorage_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ func TestFileStorage_Load_Save(t *testing.T) {
})

t.Run("expiration", func(t *testing.T) {
s := New(dir, WithExpiration(time.Millisecond*10))
s := New(dir, WithExpiration(time.Millisecond*100))
var err error

_, err = checkBlob(s.Get(r, "/foo/bar/asdf"))
Expand Down

0 comments on commit 73ea2a7

Please sign in to comment.