Skip to content

Commit

Permalink
Files were changed in f56cdea without adjusting expected size.
Browse files Browse the repository at this point in the history
  • Loading branch information
eli-l committed Jan 25, 2024
1 parent 10b3900 commit 2a76a9f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions index/spec_index_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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())
}
Expand Down

0 comments on commit 2a76a9f

Please sign in to comment.