Skip to content

Commit

Permalink
fix warning about onSpecificationIsChanged
Browse files Browse the repository at this point in the history
  • Loading branch information
gabalafou committed Mar 5, 2024
1 parent 10f4598 commit 5de21e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/environmentDetails/SpecificationEdit.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ describe("<SpecificationEdit />", () => {
<SpecificationEdit
descriptionUpdated={false}
onUpdateEnvironment={jest.fn()}
onSpecificationIsChanged={jest.fn()}
/>
</Provider>
)
Expand Down

0 comments on commit 5de21e4

Please sign in to comment.