Fix crash in keychange listener test
FREEBIE
This commit is contained in:
parent
12914307f1
commit
10f4f3fea5
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
describe('KeyChangeListener', function() {
|
||||
var phoneNumberWithKeyChange = '+13016886524'; // nsa
|
||||
var address = new libsignal.SignalProtocolAddress(identifier, 1);
|
||||
var address = new libsignal.SignalProtocolAddress(phoneNumberWithKeyChange, 1);
|
||||
var oldKey = libsignal.crypto.getRandomBytes(33);
|
||||
var newKey = libsignal.crypto.getRandomBytes(33);
|
||||
var store;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue