Skip to content

Commit 2fec420

Browse files
committed
fix: test
1 parent 710bfcd commit 2fec420

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/unit/SidebarUtilsTest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1088,7 +1088,7 @@ describe('SidebarUtils', () => {
10881088
});
10891089

10901090
// Then the alternate text should be equal to the message of the last action prepended with the last actor display name.
1091-
expect(result?.alternateText).toBe(`You invited 1 member`);
1091+
expect(result?.alternateText).toBe(`You: invited 1 member`);
10921092
});
10931093
it('returns the last action message as an alternate text if the action is MOVED type', async () => {
10941094
const report: Report = {

0 commit comments

Comments
 (0)