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

Commit

Permalink
test: make all circuit nodes procs
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobheun committed Aug 13, 2020
1 parent 5e33b53 commit 3b4ad65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/ipfs/test/core/circuit-relay.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ describe('circuit relay', () => {
before('create and connect', async () => {
const res = await Promise.all([
setupInProcNode('proc'),
setupInProcNode('js', true),
setupInProcNode('js')
setupInProcNode('proc', true),
setupInProcNode('proc')
])

nodeA = res[0].ipfsd.api
Expand Down

0 comments on commit 3b4ad65

Please sign in to comment.