Skip to content

Commit

Permalink
[KAN-000] 상황 재현 및 테스트코드 추가 - lint
Browse files Browse the repository at this point in the history
  • Loading branch information
sinkyoungdeok committed Jun 3, 2024
1 parent b8aab0b commit 657ab3a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ class LikeRestaurantControllerTest(
val newUser = userRepository.save(
User(
email = "[email protected]",
profileImageUrl = "test",
profileImageUrl = "test"
)
)
val originalUser = userRepository.findByEmail("[email protected]")!!
Expand Down

0 comments on commit 657ab3a

Please sign in to comment.