Skip to content

Commit 621bf3b

Browse files
Update test/viewmodels/message-body/ReactionsRowButtonViewModel-test.tsx
Co-authored-by: Florian Duros <florian.duros@ormaz.fr>
1 parent 1d0d3dc commit 621bf3b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/viewmodels/message-body/ReactionsRowButtonViewModel-test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ describe("ReactionsRowButtonViewModel", () => {
5454

5555
beforeEach(() => {
5656
jest.clearAllMocks();
57-
client = stubClient();
57+
client = createTestClient();
5858
room = mkStubRoom("!room:example.org", "Test Room", client);
5959
jest.spyOn(client, "getRoom").mockReturnValue(room);
6060
mxEvent = mkEvent({

0 commit comments

Comments
 (0)