mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-21 23:28:44 +05:00
fix cache stats test
This commit is contained in:
@@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user