This commit is contained in:
Andre Staltz 2023-12-19 15:06:13 +02:00
parent 6150f92c6a
commit d290cc74c6
No known key found for this signature in database
GPG Key ID: 9EDE23EA7E8A4890
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ let aliceID
test('setup', async (t) => { test('setup', async (t) => {
peer = createPeer({ peer = createPeer({
keypair: aliceKeypair, keypair: aliceKeypair,
path: DIR, db: {path: DIR},
set: { ghostSpan: 4 }, set: { ghostSpan: 4 },
}) })