Skip to content

Commit

Permalink
Updated electronic police check report header (#759)
Browse files Browse the repository at this point in the history
  • Loading branch information
callum-r-young authored Sep 10, 2024
1 parent 727e929 commit 3043b43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ private StandardReportResponse buildResponse(String fromDate, String toDate, Sta
.build(),
StandardReportResponse.TableData.Heading.builder()
.id("police_check_timed_out")
.name("Checks completed")
.name("Checks timed out")
.dataType("Long")
.headings(null)
.build(),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ public enum DataType implements IDataType {
.otherwise(0L).sum()),


POLICE_CHECK_TIMED_OUT("Checks completed", Long.class,
POLICE_CHECK_TIMED_OUT("Checks timed out", Long.class,
new CaseBuilder()
.when(QJuror.juror.policeCheck.in(PoliceCheck.UNCHECKED_MAX_RETRIES_EXCEEDED))
.then(1L)
Expand Down

0 comments on commit 3043b43

Please sign in to comment.