mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
Coverage tests in ees package and updated Go version in Ansible scripts
This commit is contained in:
committed by
Dan Christian Bogos
parent
d9641e9cf7
commit
4be82cd76f
@@ -967,4 +967,9 @@ func TestOrderedNavigableMapOrderedFields(t *testing.T) {
|
||||
if !reflect.DeepEqual(exp, rcv) {
|
||||
t.Errorf("Expected %+v, received %+v", exp, rcv)
|
||||
}
|
||||
exp2 := []string{"1003", "1004", "1006"}
|
||||
rcv2 := nm.OrderedFieldsAsStrings()
|
||||
if !reflect.DeepEqual(exp2, rcv2) {
|
||||
t.Errorf("Expected %+v, received %+v", exp2, rcv2)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user