mirror of
https://github.com/LukeHagar/libopenapi.git
synced 2025-12-06 12:37:49 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user