Skip to content

Commit d684d03

Browse files
committed
Add trailing slash to tests
1 parent 2b0aaf1 commit d684d03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

__tests__/scorecard.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const actionsChange: Change = {
2626
manifest: 'workflow.yml',
2727
change_type: 'added',
2828
ecosystem: 'actions',
29-
name: 'actions/checkout',
29+
name: 'actions/checkout/',
3030
version: 'v3',
3131
package_url: 'pkg:githubactions/actions@v3',
3232
license: 'MIT',

0 commit comments

Comments
 (0)