Skip to content

Commit cf55931

Browse files
committed
HHH-19759 - Correct a typo in test class name
Signed-off-by: Jan Schatteman <[email protected]>
1 parent 52e08a9 commit cf55931

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

hibernate-core/src/test/java/org/hibernate/orm/test/hql/MapJoinKayValueTests.java renamed to hibernate-core/src/test/java/org/hibernate/orm/test/hql/MapJoinKeyValueTests.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515

1616
import static org.junit.jupiter.api.Assertions.assertEquals;
1717

18-
@Jpa(annotatedClasses = {MapJoinKayValueTests.Book.class,
19-
MapJoinKayValueTests.Language.class})
20-
class MapJoinKayValueTests {
18+
@Jpa(annotatedClasses = {MapJoinKeyValueTests.Book.class,
19+
MapJoinKeyValueTests.Language.class})
20+
class MapJoinKeyValueTests {
2121
@Test void test(EntityManagerFactoryScope scope) {
2222
scope.getEntityManagerFactory().getSchemaManager().truncate();
2323
scope.inTransaction( s -> {

0 commit comments

Comments
 (0)