Skip to content

Commit c446776

Browse files
committed
PP-14806 - remove extra line
1 parent b6d6690 commit c446776

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/java/uk/gov/pay/webhooks/deliveryqueue/managed/SendAttempterTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ void setUp() {
9595
webhookMessageEntity.setCreatedDate(instantSource.instant());
9696
given(mockEnvironment.metrics()).willReturn(mockMetricRegistry);
9797
}
98-
98+
9999
@Test
100100
void should_set_delivery_status_based_on_status_code() throws IOException, InterruptedException, InvalidKeyException {
101101
given(mockHttpResponse.getStatusLine()).willReturn(mockStatusLine);

0 commit comments

Comments
 (0)