mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Remove 4 unused database functions
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user