Update libloki/test/libloki-protocol_test.js

Co-Authored-By: BeaudanBrown <beau@loki.network>
pull/78/head
sachaaaaa 6 years ago committed by Beaudan
parent 7782c58d14
commit 1bc1213705

@ -41,7 +41,7 @@ describe('LibLoki Protocol', () => {
await store.storeSignedPreKey(1, testKey);
});
it('should should generate a new prekey bundle for a new contact', async () => {
it('should generate a new prekey bundle for a new contact', async () => {
const pubKey = libsignal.crypto.getRandomBytes(32);
const pubKeyString = StringView.arrayBufferToHex(pubKey);
const preKeyIdBefore = textsecure.storage.get('maxPreKeyId', 1);

Loading…
Cancel
Save