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

Commit 7cf6782

Browse files
author
Pedro Santos
committed
chore: remove 'only' method from test
1 parent add56ed commit 7cf6782

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bitswap/stat.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ module.exports = (createCommon, options) => {
4343
})
4444
})
4545

46-
it.only('should get human readable bitswap stats', async () => {
46+
it('should get human readable bitswap stats', async () => {
4747
const stats = await ipfs.bitswap.stat({ human: true })
4848

4949
expect(stats).to.exist()

0 commit comments

Comments
 (0)