mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-10 07:01:01 +00:00
remove a test that was not testing the correct thing
This commit is contained in:
parent
8fd752ddb1
commit
fc6898a933
1 changed files with 0 additions and 7 deletions
|
|
@ -270,13 +270,6 @@ func TestBitmap_DifferenceArrayRun(t *testing.T) {
|
|||
if n := result.Count(); n != 6 {
|
||||
t.Fatalf("unexpected n: %d", n)
|
||||
}
|
||||
|
||||
// ensure empty array returns empty
|
||||
bm2 := roaring.NewBitmap()
|
||||
result = bm2.Difference(bm1)
|
||||
if n := result.Count(); n != 0 {
|
||||
t.Fatalf("unexpected n: %d", n)
|
||||
}
|
||||
}
|
||||
|
||||
func TestBitmap_Union(t *testing.T) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue