You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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 errorThe text was updated successfully, but these errors were encountered: