Remove obsolete timeout, fix couple of typos in tests

This commit is contained in:
haad
2023-12-15 10:27:02 +02:00
parent 0638fc675b
commit 0fd5287c8c
3 changed files with 6 additions and 17 deletions

View File

@@ -50,7 +50,7 @@ describe('OrbitDB', function () {
it('has the IPFS instance given as a parameter', async () => {
const { id: expectedId } = ipfs1.libp2p.peerId
const { id: resultId } = ipfs1.libp2p.peerId
const { id: resultId } = orbitdb1.ipfs.libp2p.peerId
strictEqual(expectedId, resultId)
})