We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4650210 commit abf6b3fCopy full SHA for abf6b3f
back/src/test/java/com/back/domain/post/comment/entity/PostCommentTest.java
@@ -231,7 +231,7 @@ void getAuthorName_success() {
231
String authorName = comment.getAuthorName();
232
233
// then
234
- assertThat(authorName).isEqualTo("Author Name");
+ assertThat(authorName).isEqualTo("Test Nickname");
235
}
236
237
@@ -315,4 +315,4 @@ private PostComment createDefaultComment(Member member) {
315
.role(member.getRole().name())
316
.build();
317
318
-}
+}
0 commit comments