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

Commit 5d394c2

Browse files
authored
chore: add non-bundled format in test (#3362)
Since ipld/js-ipld#293 was merged IPLD now validates existing formats correctly so use a non-bundled one in the test otherwise it throws when we try to re-add the `dag-pb` format.
1 parent bb3db59 commit 5d394c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ipfs-core/test/ipld.spec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ describe('ipld', function () {
1515
const res = await createNode({
1616
ipld: {
1717
formats: [
18-
require('ipld-dag-pb')
18+
require('ipld-git')
1919
]
2020
}
2121
})

0 commit comments

Comments
 (0)