From 8b7e7a1103d01c9c9c933be6ed21b34e4cac739f Mon Sep 17 00:00:00 2001 From: vyzo Date: Fri, 24 Apr 2020 23:35:12 +0300 Subject: [PATCH] fix typo --- gossipsub_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) } }