Skip to content

Commit

Permalink
refactor: 레시피북마크요청_생성의 파라미터 이름을 bookmark로 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
70825 committed Jun 25, 2024
1 parent 02c4ee3 commit 0351bec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/java/com/funeat/fixture/RecipeFixture.java
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ public class RecipeFixture {
return new RecipeFavoriteRequest(favorite);
}

public static RecipeBookmarkRequest 레시피북마크요청_생성(final Boolean favorite) {
return new RecipeBookmarkRequest(favorite);
public static RecipeBookmarkRequest 레시피북마크요청_생성(final Boolean bookmark) {
return new RecipeBookmarkRequest(bookmark);
}

public static RecipeImage 레시피이미지_생성(final Recipe recipe) {
Expand Down

0 comments on commit 0351bec

Please sign in to comment.