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:
quobix
2023-11-01 11:50:23 -04:00
parent 3c27c43ec0
commit 33fc552c65
5 changed files with 35 additions and 4 deletions

View File

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