Skip to content

Commit 1af5ba9

Browse files
alanshawJacob Heun
authored andcommitted
fix: typo in fixture and fail for correct reason
License: MIT Signed-off-by: Alan Shaw <[email protected]>
1 parent be9eafe commit 1af5ba9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/config.spec.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,11 +119,11 @@ describe('configuration', () => {
119119
peerInfo,
120120
modules: {
121121
transport: [ WS ],
122-
peerDiscover: [ Bootstrap ]
122+
peerDiscovery: [ Bootstrap ]
123123
},
124124
config: {
125125
EXPERIMENTAL: {
126-
dht: true
126+
dht: false
127127
}
128128
}
129129
}

0 commit comments

Comments
 (0)