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:
Alex Pilon 2019-07-31 11:00:37 -04:00
parent 6de3c32652
commit 6ae281b34f
No known key found for this signature in database
GPG Key ID: 95659F6AEFC48D7E
1 changed files with 1 additions and 2 deletions

View File

@ -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 {