mirror of
https://github.com/logos-messaging/go-libp2p-pubsub.git
synced 2026-01-03 05:13:07 +00:00
Use names rather than index
We've aliased array elements, use the explicit names instead.
This commit is contained in:
parent
594e6a4ab9
commit
a726a896db
@ -970,7 +970,7 @@ func TestImproperlySignedMessageRejected(t *testing.T) {
|
||||
WithStrictSignatureVerification(true),
|
||||
)
|
||||
|
||||
connect(t, hosts[0], hosts[1])
|
||||
connect(t, adversary, honestPeer)
|
||||
|
||||
var (
|
||||
topic = "foobar"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user