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 b01d1b9 commit b1f6a43
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions aws_s3_reader_seeker_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ 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)

got, err := io.ReadAll(r)
Expand Down

0 comments on commit b1f6a43

Please sign in to comment.