From 86ef26279989c03d231afb36cf20e8a7e7cb7d33 Mon Sep 17 00:00:00 2001 From: Hubert Chathi Date: Fri, 1 Mar 2019 12:15:59 -0500 Subject: [PATCH] fix c+p comment --- spec/unit/crypto.spec.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/spec/unit/crypto.spec.js b/spec/unit/crypto.spec.js index de7160ddc..de2893090 100644 --- a/spec/unit/crypto.spec.js +++ b/spec/unit/crypto.spec.js @@ -263,8 +263,7 @@ describe("Crypto", function() { await bobDecryptor.onRoomKeyEvent(ksEvent); await eventPromise; expect(events[0].getContent().msgtype).toNotBe("m.bad.encrypted"); - // the room key request should still be there, since we haven't - // decrypted everything + // the room key request should be gone since we've now decypted everything expect(await cryptoStore.getOutgoingRoomKeyRequest(roomKeyRequestBody)) .toNotExist();