fix: typo in fixture and fail for correct reason

License: MIT
Signed-off-by: Alan Shaw <alan@tableflip.io>
This commit is contained in:
Alan Shaw 2018-06-28 15:18:23 +01:00 committed by Jacob Heun
parent be9eafe20f
commit 1af5ba9093

View File

@ -119,11 +119,11 @@ describe('configuration', () => {
peerInfo,
modules: {
transport: [ WS ],
peerDiscover: [ Bootstrap ]
peerDiscovery: [ Bootstrap ]
},
config: {
EXPERIMENTAL: {
dht: true
dht: false
}
}
}