Skip to content

Commit

Permalink
CIV-8905 Merged with bulk_tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
manish14836 committed Nov 27, 2023
1 parent de1cda1 commit 20f4721
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ void given_applicantRejectPartialAdmit_whenGetStatus_rejectOffer() {
.build();
DashboardClaimStatus status = ccdClaimStatusDashboardFactory.getDashboardClaimStatus(new CcdDashboardDefendantClaimMatcher(
claim, featureToggleService));
assertThat(status).isEqualTo(DashboardClaimStatus.WAITING_COURT_REVIEW);
assertThat(status).isEqualTo(DashboardClaimStatus.CLAIMANT_REJECT_PARTIAL_ADMISSION);
}

private static CaseData getClaimWithFullAdmitResponse(RespondentResponsePartAdmissionPaymentTimeLRspec paymentMethod) {
Expand Down

0 comments on commit 20f4721

Please sign in to comment.