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

Commit 4c209fc

Browse files
committed
fix: fix the expected result
1 parent 15df0dd commit 4c209fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/cli/daemon.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,6 @@ describe('daemon', () => {
312312
const daemon = ipfs(`daemon --init --init-config ${configPath}`)
313313

314314
const r = await daemonReady(daemon, () => ipfs('config \'Addresses.API\''))
315-
expect(r).to.be.eq('/ip4/127.0.0.1/tcp/9999')
315+
expect(r).to.be.eq('/ip4/127.0.0.1/tcp/9999\n')
316316
})
317317
})

0 commit comments

Comments
 (0)