Skip to content

Commit

Permalink
DIAC-546 - fix build failure
Browse files Browse the repository at this point in the history
  • Loading branch information
KleoG committed Oct 15, 2024
1 parent fb2afe5 commit abb03a8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ void test_generate_pdf_with_previous_pdf() {
assertEquals(mockSignedGeneratedPdfDocument, finalPdf);
verify(documentDownloadClient, times(1))
.download(binaryDocumentUrl);
verify(wordDocumentToPdfConverter, times(1))
verify(documentToPdfConverter, times(1))
.convertResourceToPdf(mockResource);
verify(bailCase, times(1)).read(PREVIOUS_DECISION_DETAILS);
verify(bailCase, times(1))
Expand Down

0 comments on commit abb03a8

Please sign in to comment.