We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fcd971 commit cbc3643Copy full SHA for cbc3643
packages/portalnetwork/test/integration/state.spec.ts
@@ -92,7 +92,7 @@ describe('AccountTrieNode Gossip / Request', async () => {
92
network2Keys.push(key)
93
}
94
95
- it.only('should request individual node from peer', async () => {
+ it('should request individual node from peer', async () => {
96
const expected = AccountTrieNodeRetrieval.serialize({ node: proof[2] })
97
const contentKey = (await network2.db.db.keys().next())!
98
const requested = await network1.sendFindContent(
0 commit comments