Updated account interface

This commit is contained in:
Trial97
2021-11-18 16:52:45 +02:00
committed by Dan Christian Bogos
parent 61b823443d
commit df5adc6c96
8 changed files with 17 additions and 15 deletions

View File

@@ -600,7 +600,7 @@ func TestLoadRatingPlans(t *testing.T) {
}
if !reflect.DeepEqual(csvr.ratingPlans["ANY_PLAN"].Timings["b9b78731"], anyTiming) {
t.Errorf("Error using *any timing in rating plans: %+v : %+v", csvr.ratingPlans["ANY_PLAN"].Timings["b9b78731"], anyTiming)
t.Errorf("Error using *any timing in rating plans: %+v : %+v", utils.ToJSON(csvr.ratingPlans["ANY_PLAN"].Timings["b9b78731"]), utils.ToJSON(anyTiming))
}
}