Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Appease the linter again
Browse files Browse the repository at this point in the history
  • Loading branch information
turt2live committed Jan 4, 2019
1 parent f59625f commit bd3b77b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/components/views/rooms/MemberList-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ describe('MemberList', () => {
let moderatorUsers = [];
let defaultUsers = [];

beforeEach(function (){
beforeEach(function () {
TestUtils.beforeEach(this);
sandbox = TestUtils.stubClient(sandbox);
client = MatrixClientPeg.get();
Expand Down

0 comments on commit bd3b77b

Please sign in to comment.