mirror of
https://github.com/logos-messaging/go-libp2p-pubsub.git
synced 2026-01-03 05:13:07 +00:00
Remove erroneous subscribe
This commit is contained in:
parent
8272eb583e
commit
b136dae80c
@ -978,11 +978,6 @@ func TestImproperlySignedMessageRejected(t *testing.T) {
|
||||
incorrectMessage = []byte("this is the incorrect message")
|
||||
)
|
||||
|
||||
_, err := adversaryPubSub.Subscribe(topic)
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
|
||||
adversarySubscription, err := adversaryPubSub.Subscribe(topic)
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user