Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
fix: failing test on config (#2205)
Browse files Browse the repository at this point in the history
  • Loading branch information
vasco-santos authored and Alan Shaw committed Jun 27, 2019
1 parent 92277d5 commit 5ed9532
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions test/core/name.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -485,8 +485,10 @@ describe('name', function () {
},
_options: {
libp2p: {
dht: {
enabled: true
config: {
dht: {
enabled: true
}
}
}
}
Expand Down

0 comments on commit 5ed9532

Please sign in to comment.