Skip to content

Commit

Permalink
Fix payment pgtap tests: overpayment__reverse() signature updated
Browse files Browse the repository at this point in the history
  • Loading branch information
ehuelsmann committed Jul 24, 2020
1 parent 9b976d8 commit 45a9cdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xt/42-payment.pg
Expand Up @@ -21,8 +21,8 @@ BEGIN;
-- Validate required functions

SELECT has_function('business_type__list','{}'::text[]);
SELECT has_function('overpayment__reverse',ARRAY['integer','date','integer','integer','numeric','character']);
SELECT has_function('payment_bulk_post',ARRAY['numeric[]','integer','text','numeric','text','text','date','integer','numeric','text']);
SELECT has_function('overpayment__reverse',ARRAY['integer','date','integer','integer']);
SELECT has_function('payment_bulk_post',ARRAY['numeric[]','integer','text','text','text','date','integer','numeric','text']);
SELECT has_function('payment_gather_header_info',ARRAY['integer','integer']);
SELECT has_function('payment_gather_line_info',ARRAY['integer','integer']);
SELECT has_function('payment_get_all_accounts',ARRAY['integer']);
Expand Down

0 comments on commit 45a9cdc

Please sign in to comment.