Remove irrelevant function

pull/21833/head
Travis Ralston 2020-07-07 16:20:53 -06:00
parent 8357461c9b
commit 121e41d20b
1 changed files with 0 additions and 5 deletions

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);