Skip to content

Commit

Permalink
noot
Browse files Browse the repository at this point in the history
  • Loading branch information
elee1766 committed Jul 6, 2024
1 parent e25b84a commit f9db5d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion filestorage_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ func TestFileStorageStoreLoadRace(t *testing.T) {
dat, err := s.Load(ctx, "foo")
<-done
require.NoError(t, err)
require.Len(t, dat, 4096*1024)
require.EqualValues(t, 4096*1024, len(dat))
}

func TestFileStorageWriteLock(t *testing.T) {
Expand Down

0 comments on commit f9db5d8

Please sign in to comment.