Skip to content

Commit

Permalink
remove stray character
Browse files Browse the repository at this point in the history
  • Loading branch information
DanEngelbrecht committed Jul 8, 2024
1 parent 53ed298 commit e53da81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion longtailstorelib/fsstore_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ func TestFSBlobStoreVersioningStressTest(t *testing.T) {
for i := 0; i < 5*5; i++ {
expected := fmt.Sprintf("%05d", i+1)
assert.Equal(t, sliceData[i], expected)
}g
}
}

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

0 comments on commit e53da81

Please sign in to comment.