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

Commit 400f3ef

Browse files
committed
test: adapt name test to latest go-ipfs
1 parent a1dc724 commit 400f3ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/name.spec.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ describe('.name', () => {
7676
expect(err).to.not.exist
7777
expect(res).to.exist
7878
expect(res).to.be.eql({
79-
Path: '/ipfs/' + name.Value
79+
Path: name.Value
8080
})
8181
done()
8282
})
@@ -99,7 +99,7 @@ describe('.name', () => {
9999
.then((res) => {
100100
expect(res).to.exist
101101
expect(res).to.be.eql({
102-
Path: '/ipfs/' + name.Value
102+
Path: name.Value
103103
})
104104
})
105105
})

0 commit comments

Comments
 (0)