more linting

This commit is contained in:
Chris Troutner
2022-03-18 11:24:15 -07:00
parent 13b3150f62
commit 5d95109ad4
+1 -1
View File
@@ -53,7 +53,7 @@ describe('#IPFS-adapter', () => {
assert.property(result, 'config')
})
it('should return a promise that resolves into an instance of IPFS in production mode.', async () => {
// Mock dependencies.
uut.IPFS = IPFSMock