Fixed test for filterindexer in engine

This commit is contained in:
andronache
2021-09-30 17:01:57 +03:00
committed by Dan Christian Bogos
parent abb47e2b65
commit 2abb0da47e

View File

@@ -51,6 +51,8 @@ var sTests = []func(t *testing.T){
testITFlush,
testITIsDBEmpty,
testITTestStoreFilterIndexesWithTransID,
testITFlush,
testITIsDBEmpty,
testITTestStoreFilterIndexesWithTransID2,
testITFlush,
testITIsDBEmpty,
@@ -651,6 +653,7 @@ func testITTestStoreFilterIndexesWithTransID(t *testing.T) {
} else if !reflect.DeepEqual(eIdx, rcv) {
t.Errorf("Expecting: %+v, received: %+v", eIdx, rcv)
}
}
func testITTestStoreFilterIndexesWithTransID2(t *testing.T) {