mirror of
https://github.com/aljazceru/lnd-manageJ.git
synced 2026-01-20 22:44:31 +01:00
fix test
This commit is contained in:
@@ -78,7 +78,9 @@ class PaymentLoopTest {
|
||||
|
||||
SoftAssertions softly = new SoftAssertions();
|
||||
softly.assertThat(paymentStatus.isFailure()).isTrue();
|
||||
softly.assertThat(paymentStatus.getMessages().stream().map(InstantWithString::string)).contains("");
|
||||
softly.assertThat(paymentStatus.getMessages().stream().map(InstantWithString::string))
|
||||
.contains("Unable to find route (trying to send 123)");
|
||||
softly.assertAll();
|
||||
verifyNoInteractions(grpcSendToRoute);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user