add one more test case

This commit is contained in:
Chris Lu 2020-08-17 22:47:27 -07:00
parent 1b68ba953b
commit 30fe424469

View file

@ -121,5 +121,6 @@ func TestReaderAt0(t *testing.T) {
testReadAt(t, readerAt, 3, 5, 5, nil)
testReadAt(t, readerAt, 11, 5, 0, io.EOF)
testReadAt(t, readerAt, 10, 5, 0, io.EOF)
}