mirror of
https://github.com/orbitdb/orbitdb.git
synced 2025-10-07 22:57:07 +00:00
chore: Check required params. (#46)
* chore: Check required params. * fix: Linting. * feat: Specify a list of peers with write access. * test: Identify OrbitDB tests. * test: IPFS access controller. * test: Omit "OrbitDB" from test labels. * test: Correctly set write options. * fix: Linting.
This commit is contained in:
@@ -83,8 +83,8 @@ describe('orbit-db - Multiple Databases', function () {
|
||||
let options = {}
|
||||
// Set write access for both clients
|
||||
options.write = [
|
||||
orbitdb1.identity.publicKey,
|
||||
orbitdb2.identity.publicKey
|
||||
orbitdb1.identity.id,
|
||||
orbitdb2.identity.id
|
||||
]
|
||||
|
||||
let connected1Count = 0
|
||||
|
||||
Reference in New Issue
Block a user