From b647fab2f03a99f100cded188af0b4adfd4a6727 Mon Sep 17 00:00:00 2001 From: Aarsh Shah Date: Tue, 19 Sep 2023 16:21:01 +0400 Subject: [PATCH] fix test --- pool_dynamics_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pool_dynamics_test.go b/pool_dynamics_test.go index 2c53218..ddd0806 100644 --- a/pool_dynamics_test.go +++ b/pool_dynamics_test.go @@ -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) }) }