Skip to content

Commit

Permalink
Attempt to fix functional tests by making cost a string
Browse files Browse the repository at this point in the history
  • Loading branch information
monsieurswag committed Sep 13, 2024
1 parent e8549f5 commit be0e03c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/tests/functional/user-route.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ test('user usual routine actions are working correctly', async ({
eta: '2025-01-01',
link: 'https://intuitem.com/',
effort: 'Large',
cost: 24.42,
cost: "24.42",
folder: vars.folderName,
reference_control: `${vars.folderName}/${vars.referenceControlName}`
});
Expand Down

0 comments on commit be0e03c

Please sign in to comment.