Skip to content

Commit

Permalink
refactor: TodoControllerTest 리팩토링
Browse files Browse the repository at this point in the history
  • Loading branch information
jucheolkang committed Jan 16, 2024
1 parent d573d35 commit 4d3188b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ spring:
add-mappings: false
mvc:
throw-exception-if-no-handler-found: true
main:
allow-bean-definition-overriding: true


Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ public void delete_Test() throws Exception {

//given
String text = "Test schedule";
LocalDateTime time = LocalDateTime.now();

//when
todoRepository.save(todo.builder()
Expand Down

0 comments on commit 4d3188b

Please sign in to comment.