Skip to content

Commit

Permalink
fix checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
ShwetaTandel-hmcts committed Dec 10, 2024
1 parent 2c25224 commit 4a50750
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ class SetAsideJudgmentTest extends BpmnBaseTest {
public static final String NOTIFY_RPA_ON_CONTINUOUS_FEED = "NOTIFY_RPA_ON_CONTINUOUS_FEED";
public static final String NOTIFY_RPA_ON_CONTINUOUS_FEED_ID = "NotifyRoboticsOnContinuousFeed";


public SetAsideJudgmentTest() {
super("set_aside_judgment_request.bpmn", PROCESS_ID);
}
Expand Down Expand Up @@ -169,7 +168,7 @@ void shouldSuccessfullyNotifySetAsideJudgmentRequest(boolean twoRepresentatives,
}
}

if(isJoFeedLive) {
if (isJoFeedLive) {
//Notify RPA
ExternalTask notifyRPA = assertNextExternalTask(PROCESS_CASE_EVENT);
assertCompleteExternalTask(
Expand Down

0 comments on commit 4a50750

Please sign in to comment.