From 0b50df79275c1824d401f06aadbdec918e006503 Mon Sep 17 00:00:00 2001 From: Will Hunt Date: Fri, 6 Dec 2024 14:56:53 +0000 Subject: [PATCH] Update src/Avatar.test.tsx Co-authored-by: Hugh Nimmo-Smith --- src/Avatar.test.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Avatar.test.tsx b/src/Avatar.test.tsx index 0de68ce2..9814e693 100644 --- a/src/Avatar.test.tsx +++ b/src/Avatar.test.tsx @@ -71,7 +71,7 @@ test("should just render a placeholder when the user has no avatar", () => { expect(client.mxcUrlToHttp).toBeCalledTimes(0); }); -test("should just render a placeholder when thumbnaisl are not supported", () => { +test("should just render a placeholder when thumbnails are not supported", () => { const client = vi.mocked({ getAccessToken: () => "my-access-token", mxcUrlToHttp: () => vi.fn(),