Skip to content

Commit 6336ea0

Browse files
committed
spotless format
1 parent 465fc61 commit 6336ea0

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,12 @@ public void itShouldCreateAndRevokeAMandate(String mandatesScope, Mandate.Type m
310310
@ParameterizedTest(name = "with retry {0}")
311311
@MethodSource("provideItShouldCreateAPaymentOnMandateTestParameters")
312312
@SneakyThrows
313-
public void itShouldCreateAPaymentOnMandate(String mandatesScope, Mandate.Type mandateType, Retry retry, UseCase useCase, UserInteraction userInteraction) {
313+
public void itShouldCreateAPaymentOnMandate(
314+
String mandatesScope,
315+
Mandate.Type mandateType,
316+
Retry retry,
317+
UseCase useCase,
318+
UserInteraction userInteraction) {
314319
// create client with required scopes
315320
var tlClient = buildMandatesTlClient(mandatesScope);
316321

0 commit comments

Comments
 (0)