Fix tests

This commit is contained in:
J. Ryan Stinnett
2020-10-05 14:29:30 +01:00
parent fa6ce0cb70
commit a0317d9587
+2
View File
@@ -72,6 +72,8 @@ describe('DeviceList', function() {
function createTestDeviceList() {
const baseApis = {
downloadKeysForUsers: downloadSpy,
getUserId: () => '@test1:sw1v.org',
deviceId: 'HGKAWHRVJQ',
};
const mockOlm = {
verifySignature: function(key, message, signature) {},