Update change to different folder and set to rebuild

This commit is contained in:
2021-09-23 14:04:28 -04:00
parent 8470f8bf9f
commit e6b16cbf16
33 changed files with 231 additions and 359 deletions
@@ -40,6 +40,8 @@ public class ConvertInstantToTimestampUnitTest {
df.setTimeZone(TimeZone.getTimeZone("UTC"));
assertThat(formatter.format(instant)).isEqualTo(df.format(timestamp));
}
}