Skip to content

Commit 1ee1215

Browse files
committed
Merge branch 'issue22' of github.com:RoaringBitmap/roaring into issue22
2 parents 7db47d6 + 0a5805f commit 1ee1215

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iter_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ func TestUnset(t *testing.T) {
268268
})
269269

270270
// Should include all values from 50-150 except 100
271-
assert.Equal(t, 100, len(actual)) // 150-50+1 - 1 = 101 - 1 = 100
271+
assert.Equal(t, 100, len(actual)) // 150-50+1-1 = 100
272272
assert.Contains(t, actual, uint32(50))
273273
assert.Contains(t, actual, uint32(99))
274274
assert.NotContains(t, actual, uint32(100))

0 commit comments

Comments
 (0)