Skip to content

Commit

Permalink
naming
Browse files Browse the repository at this point in the history
  • Loading branch information
ettec committed Jun 6, 2024
1 parent c884cb2 commit da48a1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/screens/Job/generateJobDefinition.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -660,7 +660,7 @@ workflowOwner = "<workflow owner>"
expect(output.definition).toEqual(expectedOutput)
})

it('generates a valid StandardCapability definition', () => {
it('generates a valid StandardCapabilities definition', () => {
const job: JobPayload_Fields = {
id: '1',
type: 'standardcapabilities',
Expand Down

0 comments on commit da48a1c

Please sign in to comment.