From 1dca95a6d39f0a8ea6e8650bd54e20ef5a29609a Mon Sep 17 00:00:00 2001 From: Radu Ioan Fericean Date: Mon, 7 Apr 2014 13:54:46 +0300 Subject: [PATCH] fix build --- charging_tests/ddazmbl1_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charging_tests/ddazmbl1_test.go b/charging_tests/ddazmbl1_test.go index 9f9669ab5..6de387bb2 100644 --- a/charging_tests/ddazmbl1_test.go +++ b/charging_tests/ddazmbl1_test.go @@ -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)