diff --git a/integration-tests/engines.js b/integration-tests/engines.js index 215320a87..ed34a91e4 100644 --- a/integration-tests/engines.js +++ b/integration-tests/engines.js @@ -238,7 +238,7 @@ const engines = [ testName: 'paramModesFunction', objectTypeField: 'functions', create: ` -create or replace function get_film_stat( +create or replace function obj1( out min_len int, out max_len int) language plpgsql