mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
Move CGREvent from utils to engine
This commit is contained in:
committed by
Dan Christian Bogos
parent
158dce7323
commit
02195c47ed
@@ -22,6 +22,7 @@ import (
|
||||
"reflect"
|
||||
"testing"
|
||||
|
||||
"github.com/cgrates/cgrates/engine"
|
||||
"github.com/cgrates/cgrates/utils"
|
||||
)
|
||||
|
||||
@@ -44,7 +45,7 @@ func TestGetCommandValueCase1(t *testing.T) {
|
||||
expected := &CmdGetChargersForEvent{
|
||||
name: "chargers_for_event",
|
||||
rpcMethod: utils.ChargerSv1GetChargersForEvent,
|
||||
rpcParams: &utils.CGREvent{},
|
||||
rpcParams: &engine.CGREvent{},
|
||||
}
|
||||
result, err := GetCommandValue("chargers_for_event", false)
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user