mirror of
https://github.com/fluencelabs/aqua-playground
synced 2025-04-25 03:22:29 +00:00
fix relays
This commit is contained in:
parent
15fd464628
commit
5aff66343a
@ -45,11 +45,11 @@ const relays = config.relays
|
||||
|
||||
describe('Testing examples', () => {
|
||||
beforeAll(async () => {
|
||||
await Fluence.start({ connectTo: relays[3] });
|
||||
await Fluence.start({ connectTo: relays[0] });
|
||||
selfPeerId = Fluence.getStatus().peerId;
|
||||
|
||||
peer2 = new FluencePeer();
|
||||
await peer2.start({ connectTo: relays[4] });
|
||||
await peer2.start({ connectTo: relays[1] });
|
||||
|
||||
// this could be called from `println.aqua`
|
||||
registerPrintln({
|
||||
|
Loading…
x
Reference in New Issue
Block a user