Skip to content

Commit

Permalink
test: typecast values in test resturn
Browse files Browse the repository at this point in the history
  • Loading branch information
mikevespi committed Nov 22, 2023
1 parent 86c0e13 commit 41104a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,8 @@ select results_eq (
'After committing the pending form change, the project table has all of the correct values'
);

-- Test when committing has made changes to the form but the pending has not


select finish();

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ select results_eq (
(select project_name, summary from cif.project where id = 1 limit 1)
$$,
$$
values("Correct", "Correct")
values("Correct"::varchar, "Correct"::varchar)
$$,
'The project table has the correct data after the Amendment is committed'
);
Expand Down

0 comments on commit 41104a7

Please sign in to comment.