1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-30 02:21:17 +03:00

Remove irrelevant function

This commit is contained in:
Travis Ralston
2020-07-07 16:20:53 -06:00
parent 8357461c9b
commit 121e41d20b

View File

@ -56,11 +56,6 @@ describe('RoomList', () => {
DMRoomMap.makeShared();
// Lie to the room list store about DMs not existing
DMRoomMap.getUserIdForRoomId = () => {
return null;
};
parentDiv = document.createElement('div');
document.body.appendChild(parentDiv);