1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2026-01-03 23:22:30 +03:00

Update to Olm 3 here too

This commit is contained in:
David Baker
2018-10-24 17:40:58 +01:00
parent 84b91d4575
commit 3a316de9ef

View File

@@ -18,6 +18,6 @@ describe("Crypto", function() {
});
it("Crypto exposes the correct olm library version", function() {
expect(Crypto.getOlmVersion()[0]).toEqual(2);
expect(Crypto.getOlmVersion()[0]).toEqual(3);
});
});