fix cache stats test

This commit is contained in:
Radu Ioan Fericean
2016-03-31 20:36:17 +03:00
parent e6eb2439f1
commit fae51f0841

View File

@@ -1297,8 +1297,8 @@ func TestApierResetDataAfterLoadFromFolder(t *testing.T) {
if rcvStats.Destinations != 5 ||
rcvStats.RatingPlans != 4 ||
rcvStats.RatingProfiles != 4 ||
rcvStats.Actions != 7 ||
rcvStats.DerivedChargers != 2 {
rcvStats.Actions != 8 ||
rcvStats.DerivedChargers != 3 {
t.Errorf("Calling ApierV1.GetCacheStats received: %+v", rcvStats)
}
}