File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
src/test/java/com/somemore/volunteer/service Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 11package com .somemore .volunteer .service ;
22
33import static org .assertj .core .api .Assertions .assertThat ;
4- import static org .assertj .core .api .Assertions .assertThatCode ;
5- import static org .assertj .core .api .Assertions .assertThatNoException ;
64import static org .assertj .core .api .Assertions .assertThatThrownBy ;
75import static org .mockito .ArgumentMatchers .any ;
86import static org .mockito .ArgumentMatchers .anyLong ;
@@ -112,7 +110,7 @@ void UpdateVolunteerStatsWhenInterruptedException() throws InterruptedException
112110
113111 @ DisplayName ("존재하지 않는 봉사자의 봉사활동을 업데이트하려는 경우 예외가 발생한다." )
114112 @ Test
115- void UpdateVolunteerStatsWhenDoesNotExistsVolunteer () throws InterruptedException {
113+ void UpdateVolunteerStatsWhenDoesNotExistsVolunteer () {
116114 // given
117115 UUID wrongVolunteerId = UUID .randomUUID ();
118116 int hours = 5 ;
You can’t perform that action at this time.
0 commit comments