|
const msgAtC = await p(alice.db.get)(bobHi.key).catch(t.error) |
|
t.equals(msgAtC.content.text, 'hi', "carol has replicated bob's group msg") |
When i change this to carol.db.get, which seems to be intended, I get an error
✖ 20) Error: Msg %BYhQdJTDN52qRn8Rh1RJYa5icwgMnWmjPQxxjalxZns=.sha256 not found in leveldb index
Expected error to be falsy
At: async Test.<anonymous> (/test/integration/groups.js:607:18)
ssb-replication-scheduler/test/integration/groups.js
Lines 617 to 618 in 8550b7e
When i change this to
carol.db.get, which seems to be intended, I get an error