Skip to content

Commit 23b215c

Browse files
committed
fix: reorder repository cleanup
1 parent 132a38d commit 23b215c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/test/java/gdsc/konkuk/platformcore/application/attendance/AttendanceIntegrationTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ public class AttendanceIntegrationTest {
4646
@AfterEach
4747
void tearDown() {
4848
memberRepository.deleteAll();
49-
attendanceRepository.deleteAll();
5049
participantRepository.deleteAll();
50+
attendanceRepository.deleteAll();
5151
}
5252

5353
@Test

0 commit comments

Comments
 (0)