Skip to content

Commit a447606

Browse files
committed
fix test style
1 parent 53b4774 commit a447606

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/test/java/com/amadeus/NamespaceTest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -809,7 +809,8 @@ public void testTransferOffers() throws ResponseException {
809809
public void testTransferOrders() throws ResponseException {
810810
// Testing Transfer Booking
811811
Params params = Params.with("foo", "bar");
812-
Mockito.when(client.post("/v1/ordering/transfer-orders", params, body)).thenReturn(singleResponse);
812+
Mockito.when(client.post("/v1/ordering/transfer-orders", params, body))
813+
.thenReturn(singleResponse);
813814
TransferOrders transferOrders = new TransferOrders(client);
814815
assertNotNull(transferOrders.post(body, params));
815816
}

0 commit comments

Comments
 (0)