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

Commit db77877

Browse files
committed
fix: pin.rm suite name
License: MIT Signed-off-by: Alan Shaw <[email protected]>
1 parent 34f953e commit db77877

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/src/pin/rm.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ module.exports = (createCommon, options) => {
1010
const it = getIt(options)
1111
const common = createCommon()
1212

13-
describe('.pin', function () {
13+
describe('.pin.rm', function () {
1414
this.timeout(50 * 1000)
1515

1616
let ipfs

0 commit comments

Comments
 (0)