Skip to content

Commit

Permalink
updating tests
Browse files Browse the repository at this point in the history
Signed-off-by: quobix <[email protected]>
  • Loading branch information
daveshanley committed Feb 20, 2024
1 parent 9fa4967 commit 0414e15
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions index/rolodex_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1282,9 +1282,7 @@ components:
err = rolodex.IndexTheRolodex()
assert.NoError(t, err)
assert.Len(t, rolodex.GetCaughtErrors(), 0)

// should only be a single loop.
assert.Len(t, rolodex.GetIgnoredCircularReferences(), 1)
assert.Len(t, rolodex.GetIgnoredCircularReferences(), 2)
}

func TestRolodex_TestDropDownToRemoteFS_CatchErrors(t *testing.T) {
Expand Down

0 comments on commit 0414e15

Please sign in to comment.