Skip to content

Commit 69b2c24

Browse files
author
Sander van Harmelen
committed
Merge pull request hashicorp#662 from svanharmelen/master
core: fixing new test
2 parents db640cb + 4c23019 commit 69b2c24

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

helper/schema/schema_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1480,7 +1480,7 @@ func TestSchemaMap_Diff(t *testing.T) {
14801480
Optional: true,
14811481
Computed: true,
14821482
Set: func(v interface{}) int {
1483-
return len(v)
1483+
return len(v.(string))
14841484
},
14851485
},
14861486
},

0 commit comments

Comments
 (0)