Skip to content

Commit

Permalink
Fix HibernateOrmCodestartTest
Browse files Browse the repository at this point in the history
  • Loading branch information
ia3andy committed Jan 20, 2023
1 parent 051f0c5 commit c1e9767
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ public class HibernateOrmCodestartTest {
@Test
void testContent() throws Throwable {
codestartTest.checkGeneratedSource("org.acme.MyEntity");
codestartTest.checkGeneratedSource(QuarkusCodestartCatalog.Language.KOTLIN, "org.acme.MyKotlinEntity");
}

@Test
Expand Down

0 comments on commit c1e9767

Please sign in to comment.