Skip to content

Commit

Permalink
RIA-7378 unlink case (#694)
Browse files Browse the repository at this point in the history
* RIA-7552_appeal_can_proceed: Add Asylum case definition for Record out of time decision, Letter template, Letter generator and configuration, tests

* RIA-7378_unlink_appeal: refactor test method name
  • Loading branch information
ikirsanov authored Sep 14, 2023
1 parent 5b12c29 commit e91fffa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ void setUp() {
}

@Test
void should_create_internal_detained_end_appeal_pdf_and_append_to_notifications_documents() {
void should_create_internal_detained_maintain_case_links_pdf_and_append_to_notifications_documents() {
when(callback.getCaseDetails()).thenReturn(caseDetails);
when(callback.getEvent()).thenReturn(Event.MAINTAIN_CASE_LINKS);
when(caseDetails.getCaseData()).thenReturn(asylumCase);
Expand Down

0 comments on commit e91fffa

Please sign in to comment.