File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/renderer/utils/notifications/handlers Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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 ) ;
You can’t perform that action at this time.
0 commit comments