mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
add one more test case
This commit is contained in:
parent
1b68ba953b
commit
30fe424469
|
@ -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)
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue