Skip to content

Commit

Permalink
fix checkstyle errors
Browse files Browse the repository at this point in the history
  • Loading branch information
alivenichoppa committed Dec 9, 2024
1 parent bd97590 commit 0880c5b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public PostSubmitCallbackResponse handle(Callback<BailCase> callback) {
+ "the 'Next step' dropdown list from your case details page.\n\n"
+ "#### Not ready to submit your application yet?\n"
+ "You can return to the case details page to make changes from the ‘Next step’ dropdown list."
);
);

return postSubmitResponse;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
import uk.gov.hmcts.reform.bailcaseapi.domain.BailCaseUtils;
import uk.gov.hmcts.reform.bailcaseapi.domain.DateProvider;
import uk.gov.hmcts.reform.bailcaseapi.domain.entities.BailCase;
import uk.gov.hmcts.reform.bailcaseapi.domain.entities.ListingEvent;
import uk.gov.hmcts.reform.bailcaseapi.domain.entities.ListingHearingCentre;
import uk.gov.hmcts.reform.bailcaseapi.domain.entities.ccd.CaseDetails;
import uk.gov.hmcts.reform.bailcaseapi.domain.entities.ccd.DecisionType;
import uk.gov.hmcts.reform.bailcaseapi.domain.entities.ccd.Event;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ void has_correct_values() {

@Test
void fail_if_changes_needed_after_modifying_class() {
assertEquals(35, Event.values().length);
assertEquals(36, Event.values().length);
}
}

0 comments on commit 0880c5b

Please sign in to comment.