We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8b7ec3 commit b38ba53Copy full SHA for b38ba53
x/ccv/types/utils_test.go
@@ -84,7 +84,7 @@ func TestAccumulateChanges(t *testing.T) {
84
for _, tc := range testCases {
85
t.Run(tc.name, func(t *testing.T) {
86
changes := types.AccumulateChanges(tc.changes1, tc.changes2)
87
- require.Equal(t, tc.expected, changes)
+ require.ElementsMatch(t, tc.expected, changes)
88
})
89
}
90
0 commit comments