mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-22 07:38:45 +05:00
Reviwed test for equals
This commit is contained in:
committed by
Dan Christian Bogos
parent
b9de24cdc5
commit
548709a9aa
@@ -1450,7 +1450,7 @@ func TestEqualsExtEventCharges(t *testing.T) {
|
||||
if err != nil {
|
||||
t.Error(err)
|
||||
}
|
||||
if ok := rcv.Equals(extEvCh); ok {
|
||||
if ok := rcv.Equals(extEvCh); !ok {
|
||||
t.Errorf("Expected %+v \n, received %+v", ToJSON(extEvCh), ToJSON(rcv))
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user