Skip to content

Commit

Permalink
delint
Browse files Browse the repository at this point in the history
  • Loading branch information
t3chguy committed May 23, 2023
1 parent f3523ab commit 3f48780
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/components/structures/RoomView-test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ import WidgetStore from "../../../src/stores/WidgetStore";

// Fake random strings to give a predictable snapshot for IDs
jest.mock("matrix-js-sdk/src/randomstring", () => ({
randomString: () => "abdefghi"
randomString: () => "abdefghi",
}));

const RoomView = wrapInMatrixClientContext(_RoomView);
Expand Down

0 comments on commit 3f48780

Please sign in to comment.