Skip to content

Commit 627e5c2

Browse files
committed
do-not-merge: testing that CI fails on formatting errors
1 parent 6f8b75d commit 627e5c2

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

src/test/java/com/adyen/BalanceControlTest.java

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,7 @@ public class BalanceControlTest extends BaseTest {
1919

2020
@Test
2121
public void baseUrlOnTest() throws NoSuchFieldException, IllegalAccessException {
22-
Client client =
23-
new Client(
24-
new Config()
25-
.apiKey("test")
26-
.environment(Environment.TEST)
27-
.liveEndpointUrlPrefix("myCompany"));
22+
Client client = new Client(new Config().apiKey("test").environment(Environment.TEST).liveEndpointUrlPrefix("myCompany"));
2823

2924
BalanceControlApi balanceControlApi = new BalanceControlApi(client);
3025
// get field by reflection (it is protected)

0 commit comments

Comments
 (0)