mirror of
https://github.com/LukeHagar/libopenapi.git
synced 2025-12-06 12:37:49 +00:00
Fixing borked test with index checking.
This looks like it needs a deeper look, reverting change for now. Signed-off-by: Dave Shanley <dshanley@splunk.com>
This commit is contained in:
@@ -376,8 +376,7 @@ func TestSpecIndex_TestEmptyBrokenReferences(t *testing.T) {
|
||||
assert.Equal(t, 2, index.GetOperationsParameterCount())
|
||||
assert.Equal(t, 1, index.GetInlineDuplicateParamCount())
|
||||
assert.Equal(t, 1, index.GetInlineUniqueParamCount())
|
||||
assert.Len(t, index.refErrors, 6)
|
||||
|
||||
assert.Len(t, index.refErrors, 7)
|
||||
}
|
||||
|
||||
func TestTagsNoDescription(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user