Skip to content

Commit

Permalink
fix broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
acolytec3 committed Nov 13, 2024
1 parent 44e107c commit 249d60a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/portalnetwork/test/integration/beacon.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ describe('OFFER/ACCEPT tests', () => {
const acceptedOffers = await network1.sendOffer(network2.enr.nodeId, [
staleOptimisticUpdateContentKey,
])
assert.equal(acceptedOffers, undefined, 'no content was accepted by node 2')
assert.deepEqual(acceptedOffers, [], 'no content was accepted by node 2')
const content = await network2.retrieve(
hexToBytes(intToHex(BeaconLightClientNetworkContentType.LightClientOptimisticUpdate)),
)
Expand Down

0 comments on commit 249d60a

Please sign in to comment.