Skip to content

Commit a9a11d2

Browse files
authored
Update issue.test.ts
1 parent 7f17bb0 commit a9a11d2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ describe('renderer/utils/notifications/handlers/issue.ts', () => {
4444
number: 123,
4545
title: 'PR Title',
4646
state: 'OPEN',
47-
url: 'https://github.com/gitify-app/noticiation-test/issues/123',
47+
url: 'https://github.com/gitify-app/notifications-test/issues/123',
4848
author: mockAuthor,
4949
labels: { nodes: [] },
5050
comments: { totalCount: 0, nodes: [] },
@@ -65,7 +65,7 @@ describe('renderer/utils/notifications/handlers/issue.ts', () => {
6565
type: mockAuthor.type,
6666
},
6767
comments: 0,
68-
htmlUrl: 'https://github.com/gitify-app/noticiation-test/issues/123',
68+
htmlUrl: 'https://github.com/gitify-app/notifications-test/issues/123',
6969
labels: [],
7070
});
7171
});
@@ -81,7 +81,7 @@ describe('renderer/utils/notifications/handlers/issue.ts', () => {
8181
number: 123,
8282
title: 'PR Title',
8383
state: 'CLOSED',
84-
url: 'https://github.com/gitify-app/noticiation-test/issues/123',
84+
url: 'https://github.com/gitify-app/notifications-test/issues/123',
8585
author: mockAuthor,
8686
labels: { nodes: [] },
8787
comments: { totalCount: 0, nodes: [] },
@@ -102,7 +102,7 @@ describe('renderer/utils/notifications/handlers/issue.ts', () => {
102102
type: mockAuthor.type,
103103
},
104104
comments: 0,
105-
htmlUrl: 'https://github.com/gitify-app/noticiation-test/issues/123',
105+
htmlUrl: 'https://github.com/gitify-app/notifications-test/issues/123',
106106
labels: [],
107107
});
108108
});

0 commit comments

Comments
 (0)