Use an instant in tests that fits the millisecond resolution of Sybase

This commit is contained in:
Christian Beikov 2023-02-10 18:22:09 +01:00
parent 4c99dbb75c
commit b1b45a7b7a
1 changed files with 1 additions and 1 deletions

View File

@ -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) {