Skip to content

Commit 6efb15b

Browse files
author
Julian Hundeloh
committed
test: adapt expectations
1 parent 74a52ac commit 6efb15b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Migration/FunctionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public function testCreateFunctionSearchPath(): void
4747
'searchPath' => ['public', 'extensions'],
4848
]);
4949
});
50-
$this->assertEquals(['create or replace function "test_294025"("p628467" int) returns int language plpgsql set search_path TO public, extensions as $$ begin select abs(p628467);end $$'], array_column($queries, 'query'));
50+
$this->assertEquals(['create function "test_294025"("p628467" int) returns int language plpgsql set search_path TO public, extensions as $$ begin select abs(p628467);end $$'], array_column($queries, 'query'));
5151
}
5252

5353
public function testCreateFunctionLanguagePlpgsql(): void

0 commit comments

Comments
 (0)