Skip to content

Commit

Permalink
Finish merging master
Browse files Browse the repository at this point in the history
  • Loading branch information
araspitzu committed Apr 23, 2019
1 parent 23f4a85 commit 595b0a1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ import scala.concurrent.duration._

class EclairImplSpec extends TestKit(ActorSystem("mySystem")) with fixture.FunSuiteLike {

implicit val timeout = Timeout(30 seconds)

case class FixtureParam(register: TestProbe, router: TestProbe, paymentInitiator: TestProbe, switchboard: TestProbe, kit: Kit)

override def withFixture(test: OneArgTest): Outcome = {
Expand Down Expand Up @@ -53,8 +55,6 @@ class EclairImplSpec extends TestKit(ActorSystem("mySystem")) with fixture.FunSu
val eclair = new EclairImpl(kit)
val nodeId = PublicKey(hex"030bb6a5e0c6b203c7e2180fb78c7ba4bdce46126761d8201b91ddac089cdecc87")

implicit val timeout = Timeout(30 seconds)

// standard conversion
eclair.open(nodeId, fundingSatoshis = 10000000L, pushMsat = None, fundingFeerateSatByte = Some(5), flags = None, openTimeout_opt = None)
val open = switchboard.expectMsgType[OpenChannel]
Expand Down

0 comments on commit 595b0a1

Please sign in to comment.