Update change to different folder and set to rebuild
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
<groupId>com.ossez.core-java-modules</groupId>
|
||||
<artifactId>core-java-modules</artifactId>
|
||||
<version>0.0.2-SNAPSHOT</version>
|
||||
<relativePath>../</relativePath>
|
||||
<relativePath></relativePath>
|
||||
</parent>
|
||||
|
||||
<dependencies>
|
||||
|
||||
+2
@@ -40,6 +40,8 @@ public class ConvertInstantToTimestampUnitTest {
|
||||
df.setTimeZone(TimeZone.getTimeZone("UTC"));
|
||||
|
||||
assertThat(formatter.format(instant)).isEqualTo(df.format(timestamp));
|
||||
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user