mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
more organizational stuff
This commit is contained in:
@@ -82,7 +82,7 @@ func TestTariffPlanMongoStore(t *testing.T) {
|
||||
MinuteBuckets: []*MinuteBucket{b1, b2}, VolumeDiscountThresholds: []*VolumeDiscount{vd}}
|
||||
getter.SetTariffPlan(seara)
|
||||
result, _ := getter.GetTariffPlan(seara.Id)
|
||||
if reflect.DeepEqual(seara, result) {
|
||||
if !reflect.DeepEqual(seara, result) {
|
||||
t.Log(seara)
|
||||
t.Log(result)
|
||||
t.Errorf("Expected %q was %q", seara, result)
|
||||
|
||||
Reference in New Issue
Block a user