HHH-16248 Fix h2 json test

This commit is contained in:
Marco Belladelli 2023-03-17 15:59:57 +01:00 committed by Christian Beikov
parent 272df3ebe2
commit 575847322d
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ import static org.assertj.core.api.Assertions.assertThat;
@SessionFactory
@DomainModel( annotatedClasses = { H2JsonListTest.Path.class, H2JsonListTest.PathClob.class } )
@RequiresDialect( H2Dialect.class )
@RequiresDialect( value = H2Dialect.class, majorVersion = 2 )
@Jira( "https://hibernate.atlassian.net/browse/HHH-16320" )
public class H2JsonListTest {
@BeforeAll