mirror of
https://github.com/LukeHagar/libopenapi.git
synced 2025-12-09 20:47:44 +00:00
Removed digital ocean rolodex size check from test
it keeps on changing, which it should, but updating the tests each time is dumb. Moved to a fixed size test. Signed-off-by: quobix <dave@quobix.com>
This commit is contained in:
@@ -1038,6 +1038,8 @@ components:
|
||||
|
||||
assert.GreaterOrEqual(t, len(rolodex.GetIgnoredCircularReferences()), 1)
|
||||
assert.Equal(t, rolodex.GetRootIndex().GetResolver().GetIndexesVisited(), 6)
|
||||
assert.Equal(t, int64(1719), rolodex.RolodexFileSize())
|
||||
|
||||
}
|
||||
|
||||
func TestRolodex_IndexCircularLookup_PolyItemsFileOnly_LocalIncluded(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user