diff --git a/engine/filterindexer_it_test.go b/engine/filterindexer_it_test.go index b4daa81be..f0a22f0ce 100644 --- a/engine/filterindexer_it_test.go +++ b/engine/filterindexer_it_test.go @@ -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) {