Skip to content

Commit

Permalink
network test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
g11tech committed Jun 23, 2023
1 parent fcdfd28 commit 5539b4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/beacon-node/test/e2e/network/network.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,11 +131,11 @@ function runTests(this: Mocha.Suite, {useWorker}: {useWorker: boolean}): void {

await netA.subscribeGossipCoreTopics();
expect(await getTopics(netA)).deep.equals([
"/eth2/18ae4ccb/beacon_block/ssz_snappy",
"/eth2/18ae4ccb/beacon_aggregate_and_proof/ssz_snappy",
"/eth2/18ae4ccb/voluntary_exit/ssz_snappy",
"/eth2/18ae4ccb/proposer_slashing/ssz_snappy",
"/eth2/18ae4ccb/attester_slashing/ssz_snappy",
"/eth2/18ae4ccb/beacon_block/ssz_snappy",
]);

await netA.unsubscribeGossipCoreTopics();
Expand Down

0 comments on commit 5539b4b

Please sign in to comment.