Skip to content

Commit

Permalink
fix(test): provide required parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
mathis-m committed Jan 12, 2021
1 parent 70c5446 commit 3bd3133
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/unit/components/parameter-row.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ describe("<ParameterRow/>", () => {
param,
rawParam: param,
pathMethod: [],
getConfigs: () => ({})
getConfigs: () => ({}),
onChange: () => {}
})

it("Can render Swagger 2 parameter type with format", () => {
Expand Down

0 comments on commit 3bd3133

Please sign in to comment.