mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
Fixed test for filterindexer in engine
This commit is contained in:
committed by
Dan Christian Bogos
parent
abb47e2b65
commit
2abb0da47e
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user