Skip to content

Commit

Permalink
fix: test bug
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewkeil committed Oct 21, 2024
1 parent 889e7ed commit 078b474
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/beacon-node/test/unit/util/dataColumn.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ describe("data column sidecars", () => {
expect(columnSidecars.length).toEqual(NUMBER_OF_COLUMNS);
expect(columnSidecars[0].column.length).toEqual(blobs.length);

signedBeaconBlock.message.body.blobKzgCommitments.length = [];
signedBeaconBlock.message.body.blobKzgCommitments = [];

expect(() => validateDataColumnsSidecars(slot, blockRoot, kzgCommitments, columnSidecars)).toThrow(
`Invalid data column sidecar slot=${slot}`
Expand Down

0 comments on commit 078b474

Please sign in to comment.