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

Commit 54394e7

Browse files
committed
fix: fix the expected result
1 parent 4c209fc commit 54394e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/cli/init.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ describe('init', function () {
7474
return ipfs(`init ${configPath}`).then((res) => {
7575
const configRaw = fs.readFileSync(path.join(repoPath, 'config')).toString()
7676
const config = JSON.parse(configRaw)
77-
expect(config.Addresses.API).to.be.eq('/ip4/127.0.0.1/tcp/99999')
77+
expect(config.Addresses.API).to.be.eq('/ip4/127.0.0.1/tcp/9999')
7878
})
7979
})
8080
})

0 commit comments

Comments
 (0)