Skip to content
This repository was archived by the owner on Aug 1, 2023. It is now read-only.

Commit 833c379

Browse files
author
Alan Shaw
committed
refactor: remove bootstrap nodes in tests
License: MIT Signed-off-by: Alan Shaw <[email protected]>
1 parent d711bea commit 833c379

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/utils/daemon.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ const spawnInitAndStartDaemon = (factory) => {
99
factory.spawn({
1010
initOptions: {
1111
bits: 1024
12-
}
12+
},
13+
config: { Bootstrap: [] }
1314
}, (error, instance) => {
1415
if (error) {
1516
return reject(error)

0 commit comments

Comments
 (0)