mirror of
https://github.com/eosswedenorg/antelope-api-healthcheck
synced 2026-06-17 04:50:02 +02:00
src/api/log_params_test.go: change assert.Equal() to assert.ElementsMatch() to ignore slice order.
This commit is contained in:
parent
7f387680ec
commit
3ab2db7cb3
1 changed files with 1 additions and 1 deletions
|
|
@ -30,5 +30,5 @@ func TestLogParams(t *testing.T) {
|
|||
},
|
||||
})
|
||||
|
||||
assert.Equal(t, expected, p.ToSlice())
|
||||
assert.ElementsMatch(t, expected, p.ToSlice())
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue