Skip to content

Commit

Permalink
updated test values as spec changes in the wild.
Browse files Browse the repository at this point in the history
Signed-off-by: quobix <dave@quobix.com>
  • Loading branch information
daveshanley committed Nov 30, 2023
1 parent 8be6a66 commit 5c37282
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index/spec_index_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ func TestSpecIndex_DigitalOcean_FullCheckoutLocalResolve(t *testing.T) {
assert.Len(t, rolo.GetCaughtErrors(), 0)
assert.Len(t, rolo.GetIgnoredCircularReferences(), 0)

assert.Equal(t, int64(1331012), rolo.RolodexFileSize())
assert.Equal(t, int64(1331498), rolo.RolodexFileSize())
assert.Equal(t, "1.27 MB", rolo.RolodexFileSizeAsString())
assert.Equal(t, 1696, rolo.RolodexTotalFiles())

Expand Down Expand Up @@ -334,7 +334,7 @@ func TestSpecIndex_DigitalOcean_FullCheckoutLocalResolve_RecursiveLookup(t *test
assert.Len(t, rolo.GetCaughtErrors(), 0)
assert.Len(t, rolo.GetIgnoredCircularReferences(), 0)

assert.Equal(t, int64(1269396), rolo.RolodexFileSize())
assert.Equal(t, int64(1269882), rolo.RolodexFileSize())
assert.Equal(t, "1.21 MB", rolo.RolodexFileSizeAsString())
assert.Equal(t, 1682, rolo.RolodexTotalFiles())

Expand Down

0 comments on commit 5c37282

Please sign in to comment.