Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit 3b4ad65

Browse files
committed
test: make all circuit nodes procs
1 parent 5e33b53 commit 3b4ad65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/ipfs/test/core/circuit-relay.spec.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ describe('circuit relay', () => {
4040
before('create and connect', async () => {
4141
const res = await Promise.all([
4242
setupInProcNode('proc'),
43-
setupInProcNode('js', true),
44-
setupInProcNode('js')
43+
setupInProcNode('proc', true),
44+
setupInProcNode('proc')
4545
])
4646

4747
nodeA = res[0].ipfsd.api

0 commit comments

Comments
 (0)