This commit is contained in:
Chris Troutner
2022-03-05 08:24:50 -08:00
parent 6eb16eb11a
commit a7b8ca9ad5
@@ -15,7 +15,7 @@ describe('#IPFS', () => {
beforeEach(() => {
const ipfs = IPFSMock.create()
uut = new IPFSCoordAdapter({ ipfs})
uut = new IPFSCoordAdapter({ ipfs })
sandbox = sinon.createSandbox()
})