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:
Dave Shanley
2022-08-24 11:26:39 -04:00
parent 5d07da52b1
commit 081fc9be56
17 changed files with 330 additions and 26 deletions

View File

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