Upgrade mock-server to v13.2.2

This commit is contained in:
Alex Bakon
2025-08-13 14:27:29 -04:00
committed by GitHub
parent fb6f5235ad
commit 34b22fc6ce
4 changed files with 17 additions and 17 deletions

View File

@@ -108,9 +108,9 @@ describe('storage service', function (this: Mocha.Suite) {
'profile key message has valid source'
);
assert.isTrue(
phone.profileKey
.serialize()
.equals(dataMessage.profileKey ?? new Uint8Array(0)),
Buffer.from(phone.profileKey.serialize()).equals(
dataMessage.profileKey ?? new Uint8Array(0)
),
'profile key message has correct profile key'
);
}