Skip to content

Commit b9b90c2

Browse files
committed
fix header tests
1 parent d278191 commit b9b90c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

storage/store/headers_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ func TestHeadersByParentID(t *testing.T) {
152152
require.NoError(t, err)
153153
require.ElementsMatch(t,
154154
children,
155-
[]*flow.Header{childProposals[0].Block.ToHeader(), childProposals[0].Block.ToHeader(), childProposals[0].Block.ToHeader()})
155+
[]*flow.Header{childProposals[0].Block.ToHeader(), childProposals[1].Block.ToHeader(), childProposals[2].Block.ToHeader()})
156156

157157
// Test case 3: Non-existent parent should return ErrNotFound
158158
nonExistentParent := unittest.IdentifierFixture()

0 commit comments

Comments
 (0)