Skip to content

Commit a8fa56c

Browse files
committed
CLAP-418 HotFix: 작업 mock 데이터 createdAt 추가
1 parent 633c1e1 commit a8fa56c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/java/clap/server/TestDataFactory.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,7 @@ public static Task createTask(Long id, String taskCode, String title, TaskStatus
194194
.requester(createUser())
195195
.processor(processor)
196196
.label(createLabel())
197+
.createdAt(LocalDateTime.now())
197198
.build();
198199
}
199200

0 commit comments

Comments
 (0)