mirror of
https://github.com/LukeHagar/libopenapi.git
synced 2025-12-07 04:20:14 +00:00
fix: cleanup tests
This commit is contained in:
@@ -157,7 +157,7 @@ func ToOrderedMap[K comparable, V any](m map[K]V) *Map[K, V] {
|
||||
for k, v := range m {
|
||||
om.Set(k, v)
|
||||
}
|
||||
return om
|
||||
return SortAlpha(om)
|
||||
}
|
||||
|
||||
// First returns map's first pair for iteration.
|
||||
|
||||
Reference in New Issue
Block a user