Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix
  • Loading branch information
icecrasher321 committed Mar 19, 2026
commit f87a567c1353048ac1b3cb3814ba9dd5174b06db
1 change: 1 addition & 0 deletions apps/sim/lib/workflows/schedules/deploy.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -796,6 +796,7 @@ describe('Schedule Deploy Utilities', () => {

expect(mockOnConflictDoUpdate).toHaveBeenCalledWith({
target: expect.any(Array),
targetWhere: expect.objectContaining({ type: 'isNull' }),
set: expect.objectContaining({
blockId: 'block-1',
cronExpression: '0 9 * * *',
Expand Down
Loading