mirror of
https://github.com/orbitdb/orbitdb.git
synced 2025-10-07 22:57:07 +00:00
Remove obsolete timeout, fix couple of typos in tests
This commit is contained in:
@@ -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)
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user