Skip to content

Commit

Permalink
test: 실패하는 테스트를 수정한다
Browse files Browse the repository at this point in the history
  • Loading branch information
vectorch9 committed Jan 1, 2024
1 parent 943e7c3 commit 9c78f67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/daybyquest/comment/domain/CommentsTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public class CommentsTest {
final Long postId = 2L;

// when
comments.save(댓글_1.생성(userId, postId));
comments.save(댓글_1.생성(postId, userId));

// then
assertAll(() -> {
Expand Down

0 comments on commit 9c78f67

Please sign in to comment.