support uncompressed chunk format. close #220

This commit is contained in:
Tnze
2022-11-16 23:50:15 +08:00
parent 64667826d0
commit 7a2b3da584
3 changed files with 18 additions and 13 deletions

View File

@ -120,7 +120,7 @@ func TestWriteSectors(t *testing.T) {
expectedSectorsNum := 2
for idx, test := range []struct{ size, sectors int }{
{0, 1},
{1, 1},
{1000, 1},
{4091, 1},
{4092, 1},