Skip to content

Commit cd71598

Browse files
committed
refactor: notification handlers
Signed-off-by: Adam Setch <[email protected]>
1 parent a275d05 commit cd71598

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/renderer/utils/notifications/notifications.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ describe('renderer/utils/notifications/notifications.ts', () => {
4141

4242
expect(logErrorSpy).toHaveBeenCalledWith(
4343
'enrichNotification',
44-
'failed to fetch details for notification for',
44+
'failed to enrich notification details for',
4545
mockError,
4646
mockNotification,
4747
);

0 commit comments

Comments
 (0)