Skip to content

Commit 3cf1970

Browse files
committed
Fixes open issue test
1 parent c050d25 commit 3cf1970

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/file/tests/openIssue.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ describe('openIssue', () => {
6060
expect(octokit.request).toHaveBeenCalledWith(
6161
expect.any(String),
6262
expect.objectContaining({
63-
labels: ['axe rule: color-contrast', 'axe-scanning-issue'],
63+
labels: ['axe-scanning-issue', 'axe rule: color-contrast'],
6464
}),
6565
)
6666
})

0 commit comments

Comments
 (0)