Skip to content

Commit b703975

Browse files
authored
Merge pull request #726 from jozefizso/fix/fieldset_tests
Fix spec: should generate default form def from a schema
2 parents d25f8de + 7ab4f5f commit b703975

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

test/services/schema-form-test.js

+7
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,9 @@ describe('schemaForm', function() {
138138
},
139139
"ngModelOptions": {},
140140
"type": "fieldset",
141+
"key": [
142+
"attributes"
143+
],
141144
"items": [
142145
{
143146
"title": "Eye color",
@@ -182,6 +185,10 @@ describe('schemaForm', function() {
182185
},
183186
"ngModelOptions": {},
184187
"type": "fieldset",
188+
"key": [
189+
"attributes",
190+
"shoulders"
191+
],
185192
"items": [
186193
{
187194
"title": "left",

0 commit comments

Comments
 (0)