mirror of https://github.com/vector-im/riot-web
Appease the tests?
parent
6d770cb4d1
commit
ab51404421
|
@ -114,7 +114,7 @@ export class RoomListStoreClass extends AsyncStoreWithClient<IState> {
|
|||
// Public for test usage. Do not call this.
|
||||
public async makeReady(forcedClient?: MatrixClient) {
|
||||
if (forcedClient) {
|
||||
super.readyStore.useUnitTestClient(forcedClient);
|
||||
this.readyStore.useUnitTestClient(forcedClient);
|
||||
}
|
||||
|
||||
this.checkLoggingEnabled();
|
||||
|
|
Loading…
Reference in New Issue