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

View File

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