We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c1c600 commit bf27a06Copy full SHA for bf27a06
lib/logstorage/marker_rle_test.go
@@ -80,7 +80,7 @@ func TestMarshalRLE(t *testing.T) {
80
}
81
82
// Empty and single bits
83
- f("", []uint64{0})
+ f("", []uint64{})
84
f("0", []uint64{1})
85
f("1", []uint64{0, 1})
86
0 commit comments