Merge pull request #90 from mtrmac/cleanups

Another random cleanup
This commit is contained in:
Antonio Murdaca 2016-06-02 21:44:14 +02:00
commit e66541f7d0

View File

@ -144,6 +144,6 @@ func TestParanoidUnmarshalJSONObject(t *testing.T) {
} {
ts = testStruct{}
err := paranoidUnmarshalJSONObject([]byte(input), tsResolver)
assert.Error(t, err)
assert.Error(t, err, input)
}
}