mirror of
https://github.com/LukeHagar/libopenapi.git
synced 2025-12-09 20:47:44 +00:00
Bumping coverage across high level model
fixing small glitches as the model is tested. we're almost there! it's almost ready!
This commit is contained in:
@@ -55,6 +55,9 @@ func TestResolver_ResolveComponents_Stripe(t *testing.T) {
|
||||
circ := resolver.Resolve()
|
||||
assert.Len(t, circ, 21)
|
||||
|
||||
assert.Len(t, resolver.GetNonPolymorphicCircularErrors(), 2)
|
||||
assert.Len(t, resolver.GetPolymorphicCircularErrors(), 19)
|
||||
|
||||
}
|
||||
|
||||
func TestResolver_ResolveComponents_MixedRef(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user