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 @@ -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 } ) ;
You can’t perform that action at this time.
0 commit comments