mirror of
https://github.com/LukeHagar/libopenapi.git
synced 2025-12-06 12:37:49 +00:00
Files were changed in f56cdeae9e without adjusting expected size.
This commit is contained in:
@@ -340,11 +340,10 @@ func TestSpecIndex_DigitalOcean_FullCheckoutLocalResolve_RecursiveLookup(t *test
|
||||
rolo.CheckForCircularReferences()
|
||||
assert.Len(t, rolo.GetCaughtErrors(), 0)
|
||||
assert.Len(t, rolo.GetIgnoredCircularReferences(), 0)
|
||||
|
||||
if runtime.GOOS != "windows" {
|
||||
assert.Equal(t, "1.21 MB", rolo.RolodexFileSizeAsString())
|
||||
} else {
|
||||
if runtime.GOOS == "windows" {
|
||||
assert.Equal(t, "1.26 MB", rolo.RolodexFileSizeAsString())
|
||||
} else {
|
||||
assert.Equal(t, "1.22 MB", rolo.RolodexFileSizeAsString())
|
||||
}
|
||||
assert.Equal(t, 1685, rolo.RolodexTotalFiles())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user