mirror of
https://github.com/LukeHagar/libopenapi.git
synced 2025-12-06 12:37:49 +00:00
working through rolodex design and using it externally via vacuum
this is some complex and messy work. Signed-off-by: quobix <dave@quobix.com>
This commit is contained in:
@@ -822,6 +822,7 @@ components:
|
||||
|
||||
assert.Len(t, errs, 0)
|
||||
assert.Len(t, m.Index.GetCircularReferences(), 0)
|
||||
assert.Len(t, m.Index.GetResolver().GetIgnoredCircularPolyReferences(), 1)
|
||||
|
||||
}
|
||||
|
||||
@@ -856,5 +857,6 @@ components:
|
||||
|
||||
assert.Len(t, errs, 0)
|
||||
assert.Len(t, m.Index.GetCircularReferences(), 0)
|
||||
assert.Len(t, m.Index.GetResolver().GetIgnoredCircularArrayReferences(), 1)
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user