Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ public void shouldInvokeProcessFlowsWhenHearingResultsArePublishedOnDifferentOrd
messageProducerClientPublic.sendMessage(PUBLIC_EVENTS_HEARING_HEARING_RESULTED, publicEventResultedEnvelope);

// demonstrate case without representiation is filtered
verifyLaaProceedingsConcludedCommandInvoked(0, newArrayList(hearingId, caseId, defendantId));
//verifyLaaProceedingsConcludedCommandInvoked(0, newArrayList(hearingId, caseId, defendantId));

verifyHearingWithMatchers(new Matcher[]{
withJsonPath("$.hearingListingStatus", is("HEARING_RESULTED")),
Expand Down
Loading