Skip to content

Commit

Permalink
refactor: InfoServiceTest 필드 제어자 추가
Browse files Browse the repository at this point in the history
- InfoServiceTest의 ApplicationEvents 접근 제어자 추가
  • Loading branch information
devholic22 committed Feb 23, 2024
1 parent dd7cd0b commit 91465b0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class InfoServiceTest {
private InfoService infoService;

@Autowired
ApplicationEvents events;
private ApplicationEvents events;

@BeforeEach
void init() {
Expand Down

0 comments on commit 91465b0

Please sign in to comment.