RoomList2 -> RoomList

This commit is contained in:
Travis Ralston 2020-07-17 15:27:49 -06:00
parent 2441cbc9ac
commit a7c18bfbfa
5 changed files with 7 additions and 12 deletions

View file

@ -65,7 +65,7 @@ describe('RoomList', () => {
parentDiv = document.createElement('div');
document.body.appendChild(parentDiv);
const RoomList = sdk.getComponent('views.rooms.RoomList2');
const RoomList = sdk.getComponent('views.rooms.RoomList');
const WrappedRoomList = TestUtils.wrapInMatrixClientContext(RoomList);
root = ReactDOM.render(
<DragDropContext>