Merge pull request #662 from svanharmelen/master

core: fixing new test
This commit is contained in:
Sander van Harmelen 2014-12-12 15:44:49 +01:00
commit 69b2c245dd
1 changed files with 1 additions and 1 deletions

View File

@ -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))
},
},
},