Skip to content

Commit

Permalink
refactor: rebase 문제 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
jucheolkang committed Jan 16, 2024
1 parent 649c403 commit a30a81c
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 a30a81c

Please sign in to comment.