more organizational stuff

This commit is contained in:
Radu Ioan Fericean
2012-03-02 21:03:24 +02:00
parent e13c99bda6
commit ac3c910752
4 changed files with 1 additions and 1 deletions

View File

@@ -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)