helper/schema: clarify test
This commit is contained in:
parent
dbfb95fcd5
commit
e9778c85a5
|
@ -2033,7 +2033,7 @@ func TestSchemaMap_Diff(t *testing.T) {
|
||||||
Err: false,
|
Err: false,
|
||||||
},
|
},
|
||||||
|
|
||||||
// #51 - A set computed element shouldn't cause a diff
|
// #51 - An empty set should show up in the diff
|
||||||
{
|
{
|
||||||
Schema: map[string]*Schema{
|
Schema: map[string]*Schema{
|
||||||
"instances": &Schema{
|
"instances": &Schema{
|
||||||
|
|
Loading…
Reference in New Issue