update test too

This commit is contained in:
Hubert Chathi
2021-05-21 16:28:37 -04:00
parent 56a2eeac77
commit 9e30c4f7dd
+1 -1
View File
@@ -20,7 +20,7 @@ import * as utils from "../src/utils";
// try to load the olm library.
try {
global.Olm = require('olm');
global.Olm = require('@matrix-org/olm');
logger.log('loaded libolm');
} catch (e) {
logger.warn("unable to run crypto tests: libolm not available");