mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-23 16:18:44 +05:00
Fixed subsystems to shutdown in time
This commit is contained in:
committed by
Dan Christian Bogos
parent
d4537efd02
commit
0ed0987451
@@ -856,7 +856,7 @@ func TestTPFilterAsTPFilter3(t *testing.T) {
|
||||
sort.Strings(rcvTPs[0].Filters[0].Values)
|
||||
sort.Strings(eTPs[0].Filters[0].Values)
|
||||
if !reflect.DeepEqual(eTPs, rcvTPs) {
|
||||
t.Errorf("Expecting: %+v ,Received: %+v", utils.ToJSON(eTPs), utils.ToJSON(rcvTPs))
|
||||
t.Errorf("Expecting: %+v \n ,Received: %+v", utils.ToJSON(eTPs), utils.ToJSON(rcvTPs))
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user