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

Bump to Olm 2.0

... since the code requires it. Also update the tests.
This commit is contained in:
Richard van der Hoff
2016-12-14 14:15:31 +00:00
parent 223bd459f6
commit b11bff5a5b
3 changed files with 14 additions and 8 deletions

View File

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