Remove erroneous subscribe

This commit is contained in:
Raghav Gulati 2019-05-08 08:59:47 -07:00
parent 8272eb583e
commit b136dae80c
No known key found for this signature in database
GPG Key ID: EA2C73F6F7EF2701
1 changed files with 0 additions and 5 deletions

View File

@ -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)