mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
commit
69b2c245dd
@ -1480,7 +1480,7 @@ func TestSchemaMap_Diff(t *testing.T) {
|
||||
Optional: true,
|
||||
Computed: true,
|
||||
Set: func(v interface{}) int {
|
||||
return len(v)
|
||||
return len(v.(string))
|
||||
},
|
||||
},
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user