Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Minstel committed Dec 2, 2018
1 parent 07f5620 commit 30a9b87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/legalform.build.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -1484,7 +1484,7 @@ describe("building a LegalForm for legalform model", function() {
}
];

var form = new LegalForm(jQuery).build(definition, true);
var form = new LegalForm(jQuery).build(definition, {disableRequiredFields: true});

expect(form).toMatchHtml(`
<div class="wizard-step">
Expand Down

0 comments on commit 30a9b87

Please sign in to comment.