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

Commit a09790a

Browse files
author
Alan Shaw
committed
chore: fix to findprovs and findpeer due to renames
License: MIT Signed-off-by: Alan Shaw <alan.shaw@protocol.ai>
1 parent ddbc329 commit a09790a

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

+2-2
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('./findPeer'),
88
provide: require('./provide'),
9-
findprovs: require('./findprovs'),
9+
findProvs: require('./findProvs'),
1010
query: require('./query')
1111
}
1212

0 commit comments

Comments
 (0)