Adding high base model tests

these were covered when used by v3 models, but need new tests when moved into a seperate package.
This commit is contained in:
Dave Shanley
2022-09-11 13:10:32 -04:00
parent 165b835f3e
commit 02633ad333
5 changed files with 162 additions and 1 deletions

View File

@@ -23,7 +23,7 @@ func NewExample(example *low.Example) *Example {
e.low = example
e.Summary = example.Summary.Value
e.Description = example.Description.Value
e.Value = example.Value
e.Value = example.Value.Value
e.ExternalValue = example.ExternalValue.Value
e.Extensions = high.ExtractExtensions(example.Extensions)
return e