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:
Dave Shanley
2022-11-11 13:11:25 -05:00
parent a6474469bb
commit fa12f244b8

View File

@@ -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) {