Migrate schema to service ids
This commit is contained in:
parent
71958f8a01
commit
8b0da36caa
258 changed files with 4795 additions and 2613 deletions
|
@ -4,6 +4,7 @@
|
|||
import { assert } from 'chai';
|
||||
import sinon from 'sinon';
|
||||
|
||||
import { generateAci } from '../../types/ServiceId';
|
||||
import type { RetryItemType } from '../../util/retryPlaceholders';
|
||||
import {
|
||||
getDeltaIntoPast,
|
||||
|
@ -35,7 +36,7 @@ describe('RetryPlaceholders', () => {
|
|||
sentAt: NOW - 10,
|
||||
receivedAt: NOW - 5,
|
||||
receivedAtCounter: 4,
|
||||
senderUuid: 'sender-uuid',
|
||||
senderAci: generateAci(),
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue