bumped coverage

This commit is contained in:
quobix
2024-09-09 14:17:54 -04:00
parent c0e69a4414
commit 244ce963c8

View File

@@ -1801,3 +1801,10 @@ components:
schemas := index.GetAllReferences()
assert.Equal(t, 0, len(schemas))
}
func Test_GetAllComponentSchemas(t *testing.T) {
// check for a nil
index := SpecIndex{}
assert.Nil(t, index.GetAllComponentSchemas())
}