Skip to content
This repository was archived by the owner on Mar 10, 2020. It is now read-only.

Commit 62dd354

Browse files
author
Alan Shaw
authored
chore: fix to findprovs and findpeer due to renames (#417)
License: MIT Signed-off-by: Alan Shaw <[email protected]>
1 parent 0a4624d commit 62dd354

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
File renamed without changes.
File renamed without changes.

js/src/dht/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ const { createSuite } = require('../utils/suite')
44
const tests = {
55
get: require('./get'),
66
put: require('./put'),
7-
findpeer: require('./findpeer'),
7+
findPeer: require('./find-peer'),
88
provide: require('./provide'),
9-
findprovs: require('./findprovs'),
9+
findProvs: require('./find-provs'),
1010
query: require('./query')
1111
}
1212

0 commit comments

Comments
 (0)