mirror of
https://github.com/containers/skopeo.git
synced 2025-07-17 08:11:50 +00:00
commit
e66541f7d0
@ -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)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user