Update mock server to 18.0.0

This commit is contained in:
Fedor Indutny
2026-03-06 10:59:31 -08:00
committed by GitHub
parent 2e85efb008
commit 4cd792f28d
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;
}