File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -599,7 +599,8 @@ describe('Test correct encoding of badge URL', () => {
599599 it ( 'should URL encode the job ID and repository with special characters' , ( ) => {
600600 process . env . GITHUB_WORKFLOW = 'test/job@workflow' ;
601601 process . env . GITHUB_REPOSITORY = 'test/repo@special' ;
602- const expectedBadge : string = '' ;
602+ const expectedBadge : string =
603+ '' ;
603604 expect ( Utils . getUsageBadge ( ) ) . toBe ( expectedBadge ) ;
604605 } ) ;
605606
@@ -610,4 +611,4 @@ describe('Test correct encoding of badge URL', () => {
610611 expect ( Utils . getUsageBadge ( ) ) . toBe ( expectedBadge ) ;
611612 } ) ;
612613 } ) ;
613- } ) ;
614+ } ) ;
You can’t perform that action at this time.
0 commit comments