Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit 77393fc

Browse files
vmxachingbrain
authored andcommitted
tests: update ipfsd-ctl
This new version of ipfsd-ctl is using async/await instead of callbacks. Hence some rather mechanical changes are needed for tests.
1 parent 41756b9 commit 77393fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/utils/interface-common-factory.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ const ipfsClient = require('ipfs-http-client')
77
const callbackify = require('callbackify')
88
const mergeOptions = require('merge-options')
99
const IPFS = require('../../src')
10+
const callbackify = require('callbackify')
1011

1112
function createFactory (options) {
1213
options = options || {}

0 commit comments

Comments
 (0)