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 2844a87 commit e40a91fCopy full SHA for e40a91f
src/test/java/com/somemore/notification/handler/NotificationHandlerTest.java
@@ -61,5 +61,7 @@ void handle() {
61
assertThat(savedNotification.getRelatedId()).isEqualTo(456L); // 프론트 요구사항: 123L(봉사신청아이디), 456L(모집글아이디)
62
assertThat(savedNotification.isRead()).isFalse();
63
assertThat(savedNotification.getCreatedAt()).isEqualTo(notification.getCreatedAt());
64
+ assertThat(savedNotification.getCreatedAt()).isNotNull();
65
}
66
+
67
0 commit comments