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

Commit a8492f2

Browse files
committed
fix: swarm peers suite name
License: MIT Signed-off-by: Alan Shaw <alan@tableflip.io>
1 parent b969416 commit a8492f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/src/swarm/peers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ module.exports = (createCommon, options) => {
2020
const it = getIt(options)
2121
const common = createCommon()
2222

23-
describe('.swarm', function () {
23+
describe('.swarm.peers', function () {
2424
this.timeout(80 * 1000)
2525

2626
let ipfsA

0 commit comments

Comments
 (0)