From b97c8dd0229d77813a4c203a5e40a5c5401d49d2 Mon Sep 17 00:00:00 2001 From: Brianna Cerkiewicz Date: Wed, 29 May 2024 08:05:47 -0700 Subject: [PATCH] chore: fix pre-commit --- schema/deploy/tables/funding_stream_rfp_002.sql | 1 - schema/test/unit/tables/funding_stream_rfp_test.sql | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/schema/deploy/tables/funding_stream_rfp_002.sql b/schema/deploy/tables/funding_stream_rfp_002.sql index 822726d92b..d12a176e88 100644 --- a/schema/deploy/tables/funding_stream_rfp_002.sql +++ b/schema/deploy/tables/funding_stream_rfp_002.sql @@ -7,4 +7,3 @@ insert into cif.funding_stream_rfp (year, funding_stream_id) values (2024, 1), (2024, 2); commit; - diff --git a/schema/test/unit/tables/funding_stream_rfp_test.sql b/schema/test/unit/tables/funding_stream_rfp_test.sql index cddca0e789..9ed8c1b87d 100644 --- a/schema/test/unit/tables/funding_stream_rfp_test.sql +++ b/schema/test/unit/tables/funding_stream_rfp_test.sql @@ -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' );