fix(ipfs-coord): Updating to v7.1.3

This commit is contained in:
Chris Troutner
2022-03-05 08:24:36 -08:00
parent 1844f30dc5
commit 6eb16eb11a
5 changed files with 92 additions and 5130 deletions
@@ -15,7 +15,7 @@ describe('#IPFS', () => {
beforeEach(() => {
const ipfs = IPFSMock.create()
uut = new IPFSCoordAdapter({ ipfs })
uut = new IPFSCoordAdapter({ ipfs})
sandbox = sinon.createSandbox()
})
@@ -74,8 +74,9 @@ describe('#IPFS', () => {
}
},
adapters: {
orbit: {
privateLog: () => {}
pubsub: {
privateLog: () => {
}
}
}
}