From 5c372820fcb5ed1db540298345d6367ec608050c Mon Sep 17 00:00:00 2001 From: quobix Date: Wed, 29 Nov 2023 10:16:16 -0500 Subject: [PATCH] updated test values as spec changes in the wild. Signed-off-by: quobix --- index/spec_index_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index/spec_index_test.go b/index/spec_index_test.go index 06ef5b6..58a8700 100644 --- a/index/spec_index_test.go +++ b/index/spec_index_test.go @@ -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()) @@ -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())