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);