Skip to content

Commit cbc3643

Browse files
committed
remove .only from test
1 parent 0fcd971 commit cbc3643

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/portalnetwork/test/integration/state.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ describe('AccountTrieNode Gossip / Request', async () => {
9292
network2Keys.push(key)
9393
}
9494

95-
it.only('should request individual node from peer', async () => {
95+
it('should request individual node from peer', async () => {
9696
const expected = AccountTrieNodeRetrieval.serialize({ node: proof[2] })
9797
const contentKey = (await network2.db.db.keys().next())!
9898
const requested = await network1.sendFindContent(

0 commit comments

Comments
 (0)