Skip to content

Commit e7125bb

Browse files
Make nested test classes public to fix Doma entity requirements
Co-Authored-By: [email protected] <[email protected]>
1 parent b9db6e5 commit e7125bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doma-spring-boot-core/src/test/java/org/seasar/doma/boot/event/DomaApplicationListenerTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
class DomaApplicationListenerTest {
2424

2525
@Nested
26-
static class ConstructorTest {
26+
public static class ConstructorTest {
2727

2828
@SuppressWarnings("unused")
2929
@Test
@@ -184,7 +184,7 @@ void handle(TestEntity1 entity, PreInsertContext<TestEntity1> context) {
184184
}
185185

186186
@Nested
187-
static class OnApplicationEventTest {
187+
public static class OnApplicationEventTest {
188188

189189
@Test
190190
void handleEvent() throws Exception {

0 commit comments

Comments
 (0)