Skip to content

Commit

Permalink
refactor: 통합 테스트 클래스명 컨벤션에 맞게 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
carsago committed Mar 25, 2024
1 parent 3a25bdc commit 0d309fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

@DisplayNameGeneration(ReplaceUnderscores.class)
@SuppressWarnings("NonAsciiCharacters")
class SchoolBookmarkCommandServiceTest extends ApplicationIntegrationTest {
class SchoolBookmarkCommandIntegrationServiceTest extends ApplicationIntegrationTest {

@Autowired
SchoolRepository schoolRepository;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

@DisplayNameGeneration(ReplaceUnderscores.class)
@SuppressWarnings("NonAsciiCharacters")
class SchoolBookmarkV1QueryServiceTest extends ApplicationIntegrationTest {
class SchoolBookmarkV1QueryServiceIntegrationTest extends ApplicationIntegrationTest {

@Autowired
SchoolBookmarkV1QueryService schoolBookmarkV1QueryService;
Expand Down

0 comments on commit 0d309fb

Please sign in to comment.