Skip to content

Commit bf27a06

Browse files
committed
update test
1 parent 0c1c600 commit bf27a06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/logstorage/marker_rle_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ func TestMarshalRLE(t *testing.T) {
8080
}
8181

8282
// Empty and single bits
83-
f("", []uint64{0})
83+
f("", []uint64{})
8484
f("0", []uint64{1})
8585
f("1", []uint64{0, 1})
8686

0 commit comments

Comments
 (0)