Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
aarshkshah1992 committed Sep 19, 2023
1 parent d8ae01e commit b647fab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pool_dynamics_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ func TestPoolAffinity(t *testing.T) {
}

// no more than 5 cids from the cid list of 20 should get re-routed (25%)
assert.LessOrEqual(t, rerouteCount, 4)
assert.LessOrEqual(t, rerouteCount, 5)
})
}

Expand Down

0 comments on commit b647fab

Please sign in to comment.