Skip to content

Commit

Permalink
fixes lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
yhassanzadeh13 committed Oct 28, 2020
1 parent 553b5be commit 57aa665
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion network/gossip/libp2p/libp2pNode_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ func (suite *LibP2PNodeTestSuite) TestCreateStreamIsConcurrent() {

// requires the CreateStream call to the unresponsive node was blocked while we attempted the CreateStream to the
// good address
unittest.RequireNeverClosedWithin(suite.T(), streamCreated, 1*time.Millisecond,
unittest.RequireNeverClosedWithin(suite.T(), blockedCallCh, 1*time.Millisecond,
"CreateStream attempt to the unresponsive peer did not block after connecting to good node")

}
Expand Down

0 comments on commit 57aa665

Please sign in to comment.