Update mock server to 18.0.0

Co-authored-by: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com>
This commit is contained in:
automated-signal
2026-03-09 10:09:46 -05:00
committed by GitHub
parent 07c3db0a21
commit 41e8854822
27 changed files with 527 additions and 433 deletions

View File

@@ -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;
}