Skip to content

Commit 254f043

Browse files
authored
Enable the prepareToEncrypt test for Element-R (#3225)
This Just Works, so I don't know why I didn't enable the test sooner.
1 parent 5f3e115 commit 254f043

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/integ/crypto.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -755,7 +755,7 @@ describe.each(Object.entries(CRYPTO_BACKENDS))("crypto (%s)", (backend: string,
755755
expect(event.getContent().body).toEqual("42");
756756
});
757757

758-
oldBackendOnly("prepareToEncrypt", async () => {
758+
it("prepareToEncrypt", async () => {
759759
expectAliceKeyQuery({ device_keys: { "@alice:localhost": {} }, failures: {} });
760760
await startClientAndAwaitFirstSync();
761761
aliceClient.setGlobalErrorOnUnknownDevices(false);

0 commit comments

Comments
 (0)