mirror of
https://github.com/LukeHagar/libopenapi.git
synced 2025-12-09 20:47:44 +00:00
Bumping coverage on low level models after new feature.
Fixed borked test
This commit is contained in:
@@ -35,9 +35,6 @@ func (ex *ExternalDoc) Build(root *yaml.Node, idx *index.SpecIndex) error {
|
||||
|
||||
// GetExtensions returns all ExternalDoc extensions and satisfies the low.HasExtensions interface.
|
||||
func (ex *ExternalDoc) GetExtensions() map[low.KeyReference[string]]low.ValueReference[any] {
|
||||
if ex == nil {
|
||||
return nil
|
||||
}
|
||||
return ex.Extensions
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user