Remove 4 unused database functions
This commit is contained in:
parent
05f9224273
commit
20e501d9f1
4 changed files with 2 additions and 77 deletions
|
@ -1520,7 +1520,7 @@ describe('SignalProtocolStore', () => {
|
|||
assert.strictEqual(items[2].envelope, 'third');
|
||||
});
|
||||
|
||||
it('saveUnprocessed successfully updates item', async () => {
|
||||
it('can updates items', async () => {
|
||||
const id = '1-one';
|
||||
await store.addUnprocessed({
|
||||
id,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue