File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
main/java/uk/gov/hmcts/cp/subscription/services
test/java/uk/gov/hmcts/cp/subscription/services Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 66import org .springframework .stereotype .Service ;
77import uk .gov .hmcts .cp .openapi .model .PcrEventPayload ;
88import uk .gov .hmcts .cp .subscription .client .DocumentServiceClient ;
9+
910@ Service
1011@ RequiredArgsConstructor
1112@ Slf4j
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ static void configureProperties(DynamicPropertyRegistry registry) {
5757 private WebhookService webhookInvoiceService ;
5858
5959 @ Test
60- void shouldCallDocumentServiceToUpdateMetadata () {
60+ void should_call_document_service_to_update_metadata () {
6161 wireMockServer .stubFor (post (urlEqualTo ("/document-service/api/rest/document/metadata" ))
6262 .willReturn (aResponse ()
6363 .withStatus (200 )));
You can’t perform that action at this time.
0 commit comments