You've already forked matrix-js-sdk
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:
@@ -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]);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user