Skip to content

Commit

Permalink
test: 테스트 코드 오류 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
jucheolkang committed Jan 16, 2024
1 parent 65a95b6 commit 703ae3e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
import static org.springframework.test.web.servlet.result.MockMvcResultHandlers.print;


@WebMvcTest
@WebMvcTest(WorkTimerController.class)
@ExtendWith(SpringExtension.class)
class WorkTimerControllerTest {

Expand Down

0 comments on commit 703ae3e

Please sign in to comment.