File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
src/test/java/com/somemore Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2121import static org .assertj .core .api .Assertions .assertThat ;
2222
2323@ Transactional
24- public class CommunityBoardDocumentRepositoryTest extends IntegrationTestSupport {
24+ class CommunityBoardDocumentRepositoryTest extends IntegrationTestSupport {
2525
2626 @ Autowired
2727 private CommunityBoardRepository communityBoardRepository ;
Original file line number Diff line number Diff line change 1919import static com .somemore .common .fixture .CommunityBoardFixture .createCommunityBoard ;
2020import static org .assertj .core .api .Assertions .assertThat ;
2121
22- public class CommunityBoardDocumentServiceTest extends IntegrationTestSupport {
22+ class CommunityBoardDocumentServiceTest extends IntegrationTestSupport {
2323
2424 @ Autowired
2525 private CommunityBoardDocumentService communityBoardDocumentService ;
Original file line number Diff line number Diff line change 2929import static org .assertj .core .api .Assertions .assertThat ;
3030
3131@ Transactional
32- public class RecruitBoardDocumentRepositoryTest extends IntegrationTestSupport {
32+ class RecruitBoardDocumentRepositoryTest extends IntegrationTestSupport {
3333
3434 @ Autowired
3535 private RecruitBoardRepository recruitBoardRepository ;
Original file line number Diff line number Diff line change 3030import static org .assertj .core .api .Assertions .assertThat ;
3131
3232@ Transactional
33- public class RecruitBoardDocumentServiceTest extends IntegrationTestSupport {
33+ class RecruitBoardDocumentServiceTest extends IntegrationTestSupport {
3434
3535 @ Autowired
3636 private RecruitBoardDocumentService recruitBoardDocumentService ;
You can’t perform that action at this time.
0 commit comments