Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielTavaresA committed Jun 30, 2024
1 parent 9d9c243 commit be1e3a7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ final case class ConnectionMediator(

// Connect to some servers
case ConnectionMediator.ConnectTo(urlList) =>
log.info(s"ConnectTo $urlList")
val urlDiff = urlList.toSet.diff(serverMap.values.map(g => g.serverAddress).toSet)
urlDiff.map(url =>
Http().singleWebSocketRequest(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,6 @@ class GossipManagerSuite extends TestKit(ActorSystem("GossipManagerSuiteActorSys

Await.result(output, duration)

// include rumor state
peers.map(_.receiveOne(duration)).count(_ != null) shouldBe 1

}
Expand Down

0 comments on commit be1e3a7

Please sign in to comment.