Skip to content

Commit

Permalink
fixed unit test for EditableFormHeading
Browse files Browse the repository at this point in the history
  • Loading branch information
ARADDCC002 committed Oct 30, 2024
1 parent b50c63a commit 69a781e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/test/Form/EditableFormHeading.spec.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ describe('EditableFormHeading', () => {
isEdit={false}
heading='Test'
isLoading={false}
editAction='editRelease'
editButtonText='Edit Form'
onEdit={() => undefined}
onCancel={() => undefined}
Expand All @@ -30,6 +31,7 @@ describe('EditableFormHeading', () => {
isEdit={true}
heading='Test'
isLoading={false}
editAction='editRelease'
editButtonText='Edit Form'
onEdit={() => undefined}
onCancel={() => undefined}
Expand Down

0 comments on commit 69a781e

Please sign in to comment.