Skip to content

Commit

Permalink
fix: typo in fixture and fail for correct reason
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Alan Shaw <alan@tableflip.io>
  • Loading branch information
alanshaw authored and Jacob Heun committed Jun 29, 2018
1 parent be9eafe commit 1af5ba9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/config.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,11 +119,11 @@ describe('configuration', () => {
peerInfo,
modules: {
transport: [ WS ],
peerDiscover: [ Bootstrap ]
peerDiscovery: [ Bootstrap ]
},
config: {
EXPERIMENTAL: {
dht: true
dht: false
}
}
}
Expand Down

0 comments on commit 1af5ba9

Please sign in to comment.