set Err to true for test
This was likely meant to be set to Err true but the old parser mistakenly didn't raise an error
This commit is contained in:
parent
6de3c32652
commit
6ae281b34f
|
@ -5296,7 +5296,6 @@ func TestSchemaMap_Validate(t *testing.T) {
|
|||
},
|
||||
Err: false,
|
||||
},
|
||||
/* FIXME err: "block.0.int": required field is not set
|
||||
"unexpected nils values": {
|
||||
Schema: map[string]*Schema{
|
||||
"strings": &Schema{
|
||||
|
@ -5328,8 +5327,8 @@ func TestSchemaMap_Validate(t *testing.T) {
|
|||
nil,
|
||||
},
|
||||
},
|
||||
Err: true,
|
||||
},
|
||||
*/
|
||||
}
|
||||
|
||||
for tn, tc := range cases {
|
||||
|
|
Loading…
Reference in New Issue