Remove dead code

This commit is contained in:
RMidhunSuresh 2021-12-21 11:32:07 +05:30
parent 8ec75ce4bb
commit 41cf6460d0

View file

@ -260,9 +260,7 @@ export function tests() {
fragmentIdComparer,
clock: new MockClock(),
pendingEvents: queue.pendingEvents,
powerLevelsObservable,
fetchEventFromHomeserver: () => {},
fetchEventFromStorage: () => {}
powerLevelsObservable
});
// 3. load the timeline, which will load the message with the reaction
await timeline.load(new User(alice), "join", new NullLogItem());