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

Fix tests

This commit is contained in:
David Baker
2018-02-26 16:53:17 +00:00
parent 7e1cea1ef6
commit bdf6fcb222

View File

@@ -24,6 +24,9 @@ describe('NotificationService', function() {
name: testDisplayName,
};
},
getJoinedMemberCount: function() {
return 0;
},
members: {},
},
};