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…
Reference in New Issue