1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-28 15:22:05 +03:00

Appease the linter again

This commit is contained in:
Travis Ralston
2019-01-03 22:33:01 -07:00
parent f59625f7bd
commit 0ebde5266e

View File

@ -37,7 +37,7 @@ describe('MemberList', () => {
let moderatorUsers = [];
let defaultUsers = [];
beforeEach(function (){
beforeEach(function() {
TestUtils.beforeEach(this);
sandbox = TestUtils.stubClient(sandbox);
client = MatrixClientPeg.get();