From 1af5ba9093bde76171b5fdf0a2a81e43e36ec674 Mon Sep 17 00:00:00 2001 From: Alan Shaw Date: Thu, 28 Jun 2018 15:18:23 +0100 Subject: [PATCH] fix: typo in fixture and fail for correct reason License: MIT Signed-off-by: Alan Shaw --- test/config.spec.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/config.spec.js b/test/config.spec.js index 9f64afd7fe..d99d9118c6 100644 --- a/test/config.spec.js +++ b/test/config.spec.js @@ -119,11 +119,11 @@ describe('configuration', () => { peerInfo, modules: { transport: [ WS ], - peerDiscover: [ Bootstrap ] + peerDiscovery: [ Bootstrap ] }, config: { EXPERIMENTAL: { - dht: true + dht: false } } }