Skip to content

Commit f87a567

Browse files
committed
fix
1 parent 39a6026 commit f87a567

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/sim/lib/workflows/schedules/deploy.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -796,6 +796,7 @@ describe('Schedule Deploy Utilities', () => {
796796

797797
expect(mockOnConflictDoUpdate).toHaveBeenCalledWith({
798798
target: expect.any(Array),
799+
targetWhere: expect.objectContaining({ type: 'isNull' }),
799800
set: expect.objectContaining({
800801
blockId: 'block-1',
801802
cronExpression: '0 9 * * *',

0 commit comments

Comments
 (0)