Skip to content

Commit

Permalink
removed an empty line in a test
Browse files Browse the repository at this point in the history
  • Loading branch information
iulianpascalau committed Dec 3, 2019
1 parent 17a591e commit d0a3d5e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion p2p/libp2p/directSender_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,6 @@ func TestDirectSender_ProcessReceivedDirectMessageAlreadySeenMsgShouldErr(t *tes
msg.Seqno = []byte("111")
msg.From = []byte(id)
msg.TopicIDs = []string{"topic"}

msgId := string(msg.GetFrom()) + string(msg.GetSeqno())
ds.SeenMessages().Add(msgId)

Expand Down

0 comments on commit d0a3d5e

Please sign in to comment.