Small fix

This commit is contained in:
TeoV
2017-08-08 06:39:59 -04:00
parent c66be055c7
commit 09d45c7a66

View File

@@ -570,7 +570,7 @@ func TestCgrCfgJSONDefaultStatsCfg(t *testing.T) {
StoreInterval: 0,
}
if !reflect.DeepEqual(cgrCfg.statsCfg, eStatsCfg) {
t.Errorf("received: %+v, expecting: %+v", cgrCfg.statsCfg, eStatsCfg)
t.Errorf("received: %+v, expecting: %+v", cgrCfg.statsCfg, eStatsCfg)
}
}