Skip to content

Commit 418ffe7

Browse files
committed
removed blank space
1 parent efb2d43 commit 418ffe7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/test/java/uk/gov/companieshouse/orders/api/controller/BasketControllerIntegrationTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,6 @@ public void patchBasketPaymentDetailsReturnsOK() throws Exception {
256256
.contentType(MediaType.APPLICATION_JSON)
257257
.content(mapper.writeValueAsString(basketPaymentRequestDTO)))
258258
.andExpect(status().isOk());
259-
260259
}
261260

262261
@Test

0 commit comments

Comments
 (0)