Skip to content

Commit

Permalink
chore: fix pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
BCerki committed May 29, 2024
1 parent ca3075c commit b97c8dd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion schema/deploy/tables/funding_stream_rfp_002.sql
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@ insert into cif.funding_stream_rfp (year, funding_stream_id) values
(2024, 1), (2024, 2);

commit;

2 changes: 1 addition & 1 deletion schema/test/unit/tables/funding_stream_rfp_test.sql
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ select results_eq(
$$
select count(*) from cif.funding_stream_rfp
$$,
ARRAY['10'::bigint],
ARRAY['11'::bigint],
'cif_internal can view all data from funding_stream_rfp'
);

Expand Down

0 comments on commit b97c8dd

Please sign in to comment.