Skip to content

Commit 2f9a935

Browse files
Vikhyath MondretiVikhyath Mondreti
authored andcommitted
fix test
1 parent ab77f4c commit 2f9a935

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

apps/sim/lib/workflows/db-helpers.test.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -552,12 +552,12 @@ describe('Database Helpers', () => {
552552
workflowId: mockWorkflowId,
553553
type: 'starter',
554554
name: 'Start Block',
555-
positionX: 100,
556-
positionY: 100,
555+
positionX: '100',
556+
positionY: '100',
557557
enabled: true,
558558
horizontalHandles: true,
559559
isWide: false,
560-
height: 150,
560+
height: '150',
561561
parentId: null,
562562
extent: null,
563563
})

0 commit comments

Comments
 (0)