more cleanup and coverage

Signed-off-by: quobix <dave@quobix.com>
This commit is contained in:
quobix
2024-02-19 17:21:46 -05:00
parent 603865df9f
commit 56cb1c8694
4 changed files with 18 additions and 3 deletions

View File

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