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
@@ -274,7 +274,7 @@ func testSqlEeExportEventFull(t *testing.T) {
|
||||
}
|
||||
eventVoice := &engine.CGREventWithEeIDs{
|
||||
EeIDs: []string{"SQLExporterFull"},
|
||||
CGREvent: &utils.CGREvent{
|
||||
CGREvent: &engine.CGREvent{
|
||||
Tenant: "cgrates.org",
|
||||
ID: "voiceEvent",
|
||||
Time: utils.TimePointer(time.Now()),
|
||||
@@ -311,7 +311,7 @@ func testSqlEeExportEventFull(t *testing.T) {
|
||||
func testSqlEeExportEventPartial(t *testing.T) {
|
||||
eventVoice := &engine.CGREventWithEeIDs{
|
||||
EeIDs: []string{"SQLExporterPartial"},
|
||||
CGREvent: &utils.CGREvent{
|
||||
CGREvent: &engine.CGREvent{
|
||||
Tenant: "cgrates.org",
|
||||
ID: "voiceEvent",
|
||||
Time: utils.TimePointer(time.Now()),
|
||||
|
||||
Reference in New Issue
Block a user