Use an instant in tests that fits the millisecond resolution of Sybase
This commit is contained in:
parent
4c99dbb75c
commit
b1b45a7b7a
|
@ -46,7 +46,7 @@ import static org.assertj.core.api.Assertions.assertThat;
|
|||
@DomainModel( annotatedClasses = BasicAttributeMutabilityTests.TheEntity.class )
|
||||
@SessionFactory
|
||||
public class BasicAttributeMutabilityTests {
|
||||
private static final Instant START = Instant.now();
|
||||
private static final Instant START = Instant.ofEpochMilli( 1676049527493L );
|
||||
|
||||
@Test
|
||||
public void verifyDomainModel(DomainModelScope domainModelScope, SessionFactoryScope sfSessionFactoryScope) {
|
||||
|
|
Loading…
Reference in New Issue