mirror of
https://github.com/LukeHagar/libopenapi.git
synced 2025-12-09 20:47:44 +00:00
fix: cleanup
This commit is contained in:
@@ -138,7 +138,7 @@ allTheThings:
|
||||
assert.Equal(t, 324938249028.98234892374892374923874823974, hd.Mustard.Value)
|
||||
|
||||
allTheThings := hd.AllTheThings.Value
|
||||
for pair := allTheThings.First(); pair != nil; pair = pair.Next() {
|
||||
for pair := orderedmap.First(allTheThings); pair != nil; pair = pair.Next() {
|
||||
if pair.Key().Value == "beer" {
|
||||
assert.Equal(t, "isGood", pair.Value().Value)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user