We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 085edb9 commit bb8c35bCopy full SHA for bb8c35b
test/interface-tests/src/pin/ls.ts
@@ -38,11 +38,9 @@ export function testLs (factory: Factory<KuboNode>, options: MochaConfig): void
38
it('should list all recursive pins', async () => {
39
const pinset = await all(ipfs.pin.ls({ type: 'recursive' }))
40
41
- console.log(pinset)
42
-
43
expect(pinset).to.deep.include({
44
type: 'recursive',
45
- cid: fixtures.files[0].cid,
+ cid: fixtures.files[0].cid
46
})
47
48
0 commit comments