mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-17 06:09:53 +05:00
Fixed unit tests for rateProfile package and fields
This commit is contained in:
committed by
Dan Christian Bogos
parent
86bea089d8
commit
93df974ba7
@@ -119,7 +119,7 @@ func main() {
|
||||
},
|
||||
}
|
||||
|
||||
var rplyRateS *engine.RateProfileCost
|
||||
var rplyRateS *utils.RateProfileCost
|
||||
tNow := time.Now()
|
||||
if err := rpc.Call(utils.RateSv1CostForEvent, argsRateS, &rplyRateS); err != nil {
|
||||
fmt.Printf("Unexpected nil error received for RateSv1CostForEvent: %+v\n", err.Error())
|
||||
|
||||
Reference in New Issue
Block a user