From 1607e1d2a69a21616baa8a0e8cc4b6d7542dfaf7 Mon Sep 17 00:00:00 2001 From: Bernhard Owen Josephus Date: Tue, 10 Dec 2024 10:51:56 +0800 Subject: [PATCH] fix wording --- tests/unit/ReportUtilsTest.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/ReportUtilsTest.ts b/tests/unit/ReportUtilsTest.ts index ec79c0ec40ec..ee00b381e939 100644 --- a/tests/unit/ReportUtilsTest.ts +++ b/tests/unit/ReportUtilsTest.ts @@ -94,7 +94,7 @@ describe('ReportUtils', () => { }); describe('getWorkspaceIcon', () => { - it('should not used cached icon when avatar is updated', () => { + it('should not use cached icon when avatar is updated', () => { // Given a new workspace and a workspace chat with undefined `policyAvatar` const workspace = LHNTestUtils.getFakePolicy('1', 'ws'); const workspaceChat = LHNTestUtils.getFakeReport();