Skip to content

Commit

Permalink
fix: 기존 키워드 생성자 수정으로 깨지는 테스트 보완
Browse files Browse the repository at this point in the history
  • Loading branch information
nuyh99 committed Sep 11, 2023
1 parent bd95577 commit 1fdf9df
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@ public class KeywordDocumentation extends NewDocumentation {
"자바에 대한 설명을 작성했습니다.",
1,
1,
0,
0,
null,
null,
null
Expand All @@ -134,6 +136,8 @@ public class KeywordDocumentation extends NewDocumentation {
"자바에 대한 설명을 작성했습니다.",
1,
1,
0,
0,
null,
null,
new HashSet<>(
Expand All @@ -145,7 +149,6 @@ public class KeywordDocumentation extends NewDocumentation {
1,
1,
1L,
null,
null
),
new KeywordResponse(
Expand All @@ -155,7 +158,6 @@ public class KeywordDocumentation extends NewDocumentation {
2,
1,
1L,
null,
null
))
)
Expand Down

0 comments on commit 1fdf9df

Please sign in to comment.