mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-03-20 14:03:11 +01:00
fix unit tests
This commit is contained in:
parent
bc9f09972a
commit
9c4965e43b
1 changed files with 2 additions and 2 deletions
|
@ -823,7 +823,7 @@ class EclairRpcClientTest extends BitcoinSAsyncTest {
|
||||||
// We spawn fresh clients in this test because the test
|
// We spawn fresh clients in this test because the test
|
||||||
// needs nodes with activity both related and not related
|
// needs nodes with activity both related and not related
|
||||||
// to them
|
// to them
|
||||||
it should "get all channel updates for a given node ID" ignore {
|
it should "get all channel updates for a given node ID" in {
|
||||||
val freshClients1F = bitcoindRpcClientF.flatMap { bitcoindRpcClient =>
|
val freshClients1F = bitcoindRpcClientF.flatMap { bitcoindRpcClient =>
|
||||||
EclairRpcTestUtil.createNodePair(Some(bitcoindRpcClient))
|
EclairRpcTestUtil.createNodePair(Some(bitcoindRpcClient))
|
||||||
}
|
}
|
||||||
|
@ -1028,7 +1028,7 @@ class EclairRpcClientTest extends BitcoinSAsyncTest {
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
it should "get updates for a single node" ignore {
|
it should "get updates for a single node" in {
|
||||||
// allupdates for a single node is broken in Eclair 0.3.2
|
// allupdates for a single node is broken in Eclair 0.3.2
|
||||||
// TODO remove recoverToPendingIf when https://github.com/ACINQ/eclair/issues/1179 is fixed
|
// TODO remove recoverToPendingIf when https://github.com/ACINQ/eclair/issues/1179 is fixed
|
||||||
recoverToPendingIf[RuntimeException](for {
|
recoverToPendingIf[RuntimeException](for {
|
||||||
|
|
Loading…
Add table
Reference in a new issue