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

Commit c165e07

Browse files
committed
fix: one more to go
1 parent 5d9bbd8 commit c165e07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bitswap/wantlist.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ module.exports = (common, options) => {
2525
this.timeout(60 * 1000)
2626

2727
ipfsA = await common.setup()
28-
ipfsB = await common.setup({ type: 'js' })
28+
ipfsB = await common.setup({ type: 'go' })
2929
// Add key to the wantlist for ipfsB
3030
ipfsB.block.get(key).catch(() => {})
3131
})

0 commit comments

Comments
 (0)