From 22e14f70d3fe6415be4662907737bc27a1e62ab8 Mon Sep 17 00:00:00 2001 From: istae <14264581+istae@users.noreply.github.com> Date: Thu, 3 Oct 2024 20:14:51 +0300 Subject: [PATCH] fix: salud --- pkg/salud/salud_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/salud/salud_test.go b/pkg/salud/salud_test.go index 333ecb9a91..ecfe7bdfe4 100644 --- a/pkg/salud/salud_test.go +++ b/pkg/salud/salud_test.go @@ -37,7 +37,7 @@ func TestSalud(t *testing.T) { {swarm.RandAddress(t), &status.Snapshot{ConnectedPeers: 100, StorageRadius: 8, BeeMode: "full", BatchCommitment: 50, ReserveSize: 100}, 1, true}, {swarm.RandAddress(t), &status.Snapshot{ConnectedPeers: 100, StorageRadius: 8, BeeMode: "full", BatchCommitment: 50, ReserveSize: 100}, 1, true}, - // healthy since radius >= most common radius - 1 + // healthy since radius >= most common radius - 2 {swarm.RandAddress(t), &status.Snapshot{ConnectedPeers: 100, StorageRadius: 7, BeeMode: "full", BatchCommitment: 50, ReserveSize: 100}, 1, true}, // radius too low