Skip to content

Commit 8af19cf

Browse files
committed
removed misleading comments
1 parent 778b21b commit 8af19cf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/test/java/com/truelayer/java/acceptance/SignupPlusAcceptanceTests.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,8 @@ public void itShouldAuthorizeAUkPaymentAndThenQueryTheAssociatedIdentityData() {
5555
public void itShouldAuthorizeAFinPaymentAndThenGenerateAnAuthUri() {
5656
// Create and authorize a payment
5757
String paymentId = createAndAuthorizePayment("mock-payments-fi-redirect", CurrencyCode.EUR, RETURN_URI);
58-
// wait for its settlement
5958
waitForPaymentStatusUpdate(tlClient, paymentId, Status.EXECUTED);
6059

61-
// get the identity data associated with that
6260
ApiResponse<GenerateAuthUriResponse> generateAuthUriResponse = tlClient.signupPlus()
6361
.generateAuthUri(
6462
GenerateAuthUriRequest.builder().paymentId(paymentId).build())

0 commit comments

Comments
 (0)