Skip to content

Commit ddc2de5

Browse files
committed
Merge branch 'refactor/fetch-issue-graphql' of https://github.com/gitify-app/gitify into refactor/fetch-issue-graphql
2 parents 6edeb5c + a9a11d2 commit ddc2de5

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
@@ -46,7 +46,7 @@ describe('renderer/utils/notifications/handlers/issue.ts', () => {
4646
number: 123,
4747
title: 'PR Title',
4848
state: 'OPEN',
49-
url: 'https://github.com/gitify-app/noticiation-test/issues/123',
49+
url: 'https://github.com/gitify-app/notifications-test/issues/123',
5050
author: mockAuthor,
5151
labels: { nodes: [] },
5252
comments: { totalCount: 0, nodes: [] },
@@ -68,7 +68,7 @@ describe('renderer/utils/notifications/handlers/issue.ts', () => {
6868
type: mockAuthor.type,
6969
},
7070
comments: 0,
71-
htmlUrl: 'https://github.com/gitify-app/noticiation-test/issues/123',
71+
htmlUrl: 'https://github.com/gitify-app/notifications-test/issues/123',
7272
labels: [],
7373
milestone: null,
7474
} as GitifySubject);
@@ -85,7 +85,7 @@ describe('renderer/utils/notifications/handlers/issue.ts', () => {
8585
number: 123,
8686
title: 'PR Title',
8787
state: 'CLOSED',
88-
url: 'https://github.com/gitify-app/noticiation-test/issues/123',
88+
url: 'https://github.com/gitify-app/notifications-test/issues/123',
8989
author: mockAuthor,
9090
labels: { nodes: [] },
9191
comments: { totalCount: 0, nodes: [] },
@@ -107,7 +107,7 @@ describe('renderer/utils/notifications/handlers/issue.ts', () => {
107107
type: mockAuthor.type,
108108
},
109109
comments: 0,
110-
htmlUrl: 'https://github.com/gitify-app/noticiation-test/issues/123',
110+
htmlUrl: 'https://github.com/gitify-app/notifications-test/issues/123',
111111
labels: [],
112112
milestone: null,
113113
} as GitifySubject);

0 commit comments

Comments
 (0)