Skip to content

Commit

Permalink
Date instead of day
Browse files Browse the repository at this point in the history
  • Loading branch information
sharhio committed May 27, 2024
1 parent 4fb7615 commit ae3a95a
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 @@ -102,6 +102,6 @@ public TransitAlertService getTransitAlertService() {
assertEquals("name", map.get("name"));
assertEquals("desc", map.get("desc"));
assertEquals(true, map.get("closedByServiceAlert"));
assertEquals(false, map.get("servicesRunningOnServiceDay"));
assertEquals(false, map.get("servicesRunningOnServiceDate"));
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ protected Collection<KeyValue> map(RegularStop stop) {
sharedKeyValues,
List.of(
new KeyValue("closedByServiceAlert", noServiceAlert),
new KeyValue("servicesRunningOnServiceDay", stopTimesExist)
new KeyValue("servicesRunningOnServiceDate", stopTimesExist)
)
);
}
Expand Down

0 comments on commit ae3a95a

Please sign in to comment.