Skip to content

Commit

Permalink
fix wording
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhardoj committed Dec 10, 2024
1 parent 1e920e7 commit 1607e1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/ReportUtilsTest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 1607e1d

Please sign in to comment.