Fix local dependency

This commit is contained in:
James Agnew 2017-06-09 19:21:04 -04:00
parent 7588a2ecff
commit 7632cfa991
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ public class DateParamTest {
dt.setTimeZone(TimeZone.getTimeZone("America/Toronto"));
ourLog.info("POST: " + dt.getValue());
assertThat(dt.getValueAsString(), startsWith("2016-06-09T"));
assertThat(dt.getValueAsString(), endsWith(":38:00.000-04:00"));
assertThat(dt.getValueAsString(), endsWith("8:00.000-04:00"));
}
@Test