mirror of
https://github.com/LukeHagar/libopenapi.git
synced 2025-12-06 04:20:11 +00:00
Another round of coverage
will it go green? will it stay red? who knows… Signed-off-by: quobix <dave@quobix.com>
This commit is contained in:
@@ -706,6 +706,9 @@ paths:
|
||||
panic(err)
|
||||
}
|
||||
|
||||
assert.NotNil(t, doc.GetConfiguration())
|
||||
assert.Equal(t, doc.GetConfiguration(), cf)
|
||||
|
||||
result, errs := doc.BuildV3Model()
|
||||
if len(errs) > 0 {
|
||||
panic(errs)
|
||||
|
||||
Reference in New Issue
Block a user