Skip to content

Commit 3aff722

Browse files
Update storage/operation/children_test.go
Co-authored-by: Alexander Hentschel <[email protected]>
1 parent 0531648 commit 3aff722

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

storage/operation/children_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ func TestIndexTwiceAndRetrieve(t *testing.T) {
117117
err = operation.RetrieveBlockChildren(db.Reader(), parentID, &retrievedIDs)
118118
require.NoError(t, err)
119119

120-
require.Equal(t, flow.IdentifierList{child1ID, child2ID}, retrievedIDs)
120+
require.ElementsMatch(t, flow.IdentifierList{child1ID, child2ID}, retrievedIDs)
121121
})
122122
})
123123
}

0 commit comments

Comments
 (0)