Skip to content

Commit

Permalink
Execute on test
Browse files Browse the repository at this point in the history
  • Loading branch information
sappenin committed Nov 26, 2024
1 parent 8384dbc commit f3fb5f2
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ void createAndClaimPaymentChannel() throws JsonRpcClientErrorException, JsonProc
}

@Test
@Disabled
// @Disabled
void createAddFundsAndSetExpirationToPaymentChannel() throws JsonRpcClientErrorException, JsonProcessingException {
//////////////////////////
// Create source and destination accounts on ledger
Expand Down Expand Up @@ -350,9 +350,7 @@ void createAddFundsAndSetExpirationToPaymentChannel() throws JsonRpcClientErrorE
scanForResult(
() -> getValidatedAccountChannels(sourceKeyPair.publicKey().deriveAddress()),
channelsResult -> channelsResult.channels().stream()
.anyMatch(
channel ->
{
.anyMatch(channel -> {
logger.warn("PAYCHAN: channel={} paymentChannel={}", channel, paymentChannel);

return channel.channelId().equals(paymentChannel.channelId()) &&
Expand Down

0 comments on commit f3fb5f2

Please sign in to comment.