mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
fix build
This commit is contained in:
@@ -97,7 +97,7 @@ TOPUP10_AT,TOPUP10_AC1,ASAP,10`
|
||||
} else if acnt == nil {
|
||||
t.Error("No account saved")
|
||||
}
|
||||
ratingDb.CacheRating(nil, nil, nil, nil)
|
||||
ratingDb.CacheRating(nil, nil, nil, nil, nil)
|
||||
acntDb.CacheAccounting(nil, nil, nil)
|
||||
if cachedDests := cache2go.CountEntries(engine.DESTINATION_PREFIX); cachedDests != 2 {
|
||||
t.Error("Wrong number of cached destinations found", cachedDests)
|
||||
|
||||
Reference in New Issue
Block a user