Skip to content

Commit 05ee39e

Browse files
committed
fix unit test
1 parent 379e9bd commit 05ee39e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/src/__tests__/agent-run.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ describe('Agent Run Database Functions', () => {
337337
status: 'completed', // Default status
338338
credits: undefined,
339339
child_run_ids: undefined,
340-
message_id: undefined,
340+
message_id: null,
341341
error_message: undefined,
342342
created_at: startTime,
343343
completed_at: expect.any(Date),

0 commit comments

Comments
 (0)