mirror of
https://github.com/logos-messaging/go-libp2p-pubsub.git
synced 2026-01-09 08:13:10 +00:00
fix typo
This commit is contained in:
parent
027234cdfa
commit
8b7e7a1103
@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user