diff --git a/gossipsub_test.go b/gossipsub_test.go index 18f58ba..7133ff9 100644 --- a/gossipsub_test.go +++ b/gossipsub_test.go @@ -1610,7 +1610,7 @@ func TestGossipsubPeerScoreInspect(t *testing.T) { score2 := inspector.score(hosts[1].ID()) if score2 < 9 { - t.Fatalf("expected score to be at least 5, instead got %f", score2) + t.Fatalf("expected score to be at least 9, instead got %f", score2) } }