fix: correct function name in tests

This commit is contained in:
Nybkox
2024-12-03 11:31:09 +01:00
parent 5c7d2bfd85
commit d3018a3136

View File

@@ -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