mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-20 08:28:17 +01:00
Update mock server to 18.0.0
This commit is contained in:
@@ -91,7 +91,7 @@ describe('storage service', function (this: Mocha.Suite) {
|
||||
|
||||
assert.isTrue(
|
||||
nextState.hasRecord(({ type, record }) => {
|
||||
if (type !== IdentifierType.GROUPV2 || record.record !== 'groupV2') {
|
||||
if (type !== IdentifierType.GROUPV2 || record.groupV2 == null) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user