Skip to content

Commit 06c24b9

Browse files
committed
CLAP-291 Fix: 테스트 케이스 오류 수정
1 parent 13450d8 commit 06c24b9

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
@@ -138,6 +138,7 @@ public static Task createTask(Long id, String taskCode, String title, TaskStatus
138138
.category(category)
139139
.taskStatus(taskStatus)
140140
.finishedAt(finishedAt)
141+
.requester(createUser())
141142
.processor(processor)
142143
.label(createLabel())
143144
.build();

0 commit comments

Comments
 (0)