Skip to content

Commit

Permalink
Fix integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
acolytec3 authored and ScottyPoi committed Feb 20, 2025
1 parent ab19179 commit 98f5bec
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/portalnetwork/test/integration/integration.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import { multiaddr } from '@multiformats/multiaddr'
import { assert, describe, it } from 'vitest'

import {
AccumulatorProofType,
BlockHeaderByNumberKey,
BlockHeaderWithProof,
HistoryNetworkContentType,
Expand Down Expand Up @@ -155,7 +156,7 @@ describe('FindContent', async () => {
testBlockData[29].rlp,
testBlockData[29].blockHash,
network1,
witnesses,
AccumulatorProofType.serialize(witnesses),
)

it('should have indexed block', () => {
Expand Down Expand Up @@ -266,7 +267,7 @@ describe('eth_getBlockByHash', async () => {
testBlockData[29].rlp,
testBlockData[29].blockHash,
network1,
witnesses,
AccumulatorProofType.serialize(witnesses),
)
await network1.sendPing(network2?.enr!.toENR())

Expand Down

0 comments on commit 98f5bec

Please sign in to comment.