You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/Migration/FunctionTest.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ public function testCreateFunctionSearchPath(): void
47
47
'searchPath' => ['public', 'extensions'],
48
48
]);
49
49
});
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'));
0 commit comments