mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-22 19:29:36 +00:00
Upgrade mock-server to v13.2.2
This commit is contained in:
@@ -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'
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user