The following line fails for me locally while working in the CI: org/javawebstack/orm/test/TypesTest.java line 65 `assertEquals(model.timestampTest.getTime() / 1000, timestamp.getTime() / 1000);`
The following line fails for me locally while working in the CI:
org/javawebstack/orm/test/TypesTest.java line 65
assertEquals(model.timestampTest.getTime() / 1000, timestamp.getTime() / 1000);