Skip to content

Commit

Permalink
seek-2
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolaydubina committed Feb 22, 2024
1 parent b1f6a43 commit db571cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws_s3_reader_seeker_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ func TestS3ReadSeeker_Seek_Current(t *testing.T) {
var offset int64 = 1 << 10 * 100
r.Seek(offset+100, io.SeekCurrent)
r.Seek(offset, io.SeekStart)
r.Seek(offset, io.SeekCurrent)
r.Seek(0, io.SeekCurrent)

got, err := io.ReadAll(r)
if err != nil {
Expand Down

0 comments on commit db571cd

Please sign in to comment.