mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
Fix test for Clone func in utils/cgrevent.go
This commit is contained in:
committed by
Dan Christian Bogos
parent
76bdda67ab
commit
1633d12a90
@@ -272,7 +272,9 @@ func TestCGREventClone(t *testing.T) {
|
||||
"PddInterval": "1s",
|
||||
"Weight": 20.0,
|
||||
},
|
||||
Opts: map[string]interface{}{},
|
||||
Opts: map[string]interface{}{
|
||||
"testKey": 12,
|
||||
},
|
||||
}
|
||||
cloned := ev.Clone()
|
||||
if !reflect.DeepEqual(ev, cloned) {
|
||||
|
||||
Reference in New Issue
Block a user