Skip to content

Commit

Permalink
chore: fix to findprovs and findpeer due to renames (ipfs#417)
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Alan Shaw <alan.shaw@protocol.ai>
  • Loading branch information
Alan Shaw authored Dec 15, 2018
1 parent 0a4624d commit 62dd354
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions js/src/dht/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ const { createSuite } = require('../utils/suite')
const tests = {
get: require('./get'),
put: require('./put'),
findpeer: require('./findpeer'),
findPeer: require('./find-peer'),
provide: require('./provide'),
findprovs: require('./findprovs'),
findProvs: require('./find-provs'),
query: require('./query')
}

Expand Down

0 comments on commit 62dd354

Please sign in to comment.