From 5084d8cfec6c5bb6072fca370195b90c7e8ea509 Mon Sep 17 00:00:00 2001 From: sachaaaaa <40749766+sachaaaaa@users.noreply.github.com> Date: Fri, 7 Dec 2018 15:56:35 +1100 Subject: [PATCH] Update libloki/test/libloki-protocol_test.js Co-Authored-By: BeaudanBrown --- libloki/test/libloki-protocol_test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libloki/test/libloki-protocol_test.js b/libloki/test/libloki-protocol_test.js index ce0dd6aa7..66496b166 100644 --- a/libloki/test/libloki-protocol_test.js +++ b/libloki/test/libloki-protocol_test.js @@ -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);