Skip to content

Commit eca2581

Browse files
style: fix format issue
1 parent 596a84c commit eca2581

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lambdas/functions/webhook/src/runners/dispatch.test.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -281,9 +281,9 @@ describe('Dispatcher', () => {
281281
const workflowLabels = [
282282
'self-hosted',
283283
'linux',
284-
'ghr-valid:value', // valid, kept
285-
'ghr-bad label', // invalid chars, stripped
286-
longLabel, // too long, stripped
284+
'ghr-valid:value', // valid, kept
285+
'ghr-bad label', // invalid chars, stripped
286+
longLabel, // too long, stripped
287287
];
288288
const runnerLabels = [['self-hosted', 'linux', 'ghr-valid:value']];
289289
expect(canRunJob(workflowLabels, runnerLabels, true, true)).toBe(true);

0 commit comments

Comments
 (0)