mirror of
https://github.com/logos-messaging/go-libp2p-pubsub.git
synced 2026-01-08 07:43:11 +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),
|
WithStrictSignatureVerification(true),
|
||||||
)
|
)
|
||||||
|
|
||||||
connect(t, hosts[0], hosts[1])
|
connect(t, adversary, honestPeer)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
topic = "foobar"
|
topic = "foobar"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user