Commit 8b7e7a11 authored by vyzo's avatar vyzo

fix typo

parent 027234cd
......@@ -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)
}
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment