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

Commit ae11f6b

Browse files
author
Alan Shaw
committed
fix: path
License: MIT Signed-off-by: Alan Shaw <alan.shaw@protocol.ai>
1 parent a09790a commit ae11f6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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('./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)