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 1bc1213705
commit 5084d8cfec

@ -63,7 +63,7 @@ describe('LibLoki Protocol', () => {
assert.strictEqual(testKeyArray[i], newBundle.signedKey[i]);
});
it('should should return the same prekey bundle after creating a contact', async () => {
it('should return the same prekey bundle after creating a contact', async () => {
const pubKey = libsignal.crypto.getRandomBytes(32);
const pubKeyString = StringView.arrayBufferToHex(pubKey);
const bundle1 = await libloki.getPreKeyBundleForContact(pubKeyString);

Loading…
Cancel
Save