mirror of
https://github.com/LukeHagar/libopenapi.git
synced 2025-12-10 04:20:24 +00:00
tuning ref lookups, finding some gaps.
coverage will drop no doubt Signed-off-by: quobix <dave@quobix.com>
This commit is contained in:
@@ -532,7 +532,7 @@ components:
|
||||
assert.NotNil(t, resolver)
|
||||
|
||||
err := resolver.Resolve()
|
||||
assert.Len(t, err, 1)
|
||||
assert.Len(t, err, 2)
|
||||
assert.Equal(t, "cannot resolve reference `go home, I am drunk`, it's missing: $go home, I am drunk [18:11]", err[0].Error())
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user