mirror of
https://github.com/LukeHagar/libopenapi.git
synced 2025-12-10 12:37:48 +00:00
@@ -157,3 +157,10 @@ properties:
|
||||
origin = schC.GetSchemaReferenceLocation()
|
||||
assert.Nil(t, origin)
|
||||
}
|
||||
|
||||
func TestSchemaProxy_Build_HashFail(t *testing.T) {
|
||||
|
||||
sp := new(SchemaProxy)
|
||||
v := sp.Hash()
|
||||
assert.Equal(t, [32]byte{}, v)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user