We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f1a81b commit 4fea30bCopy full SHA for 4fea30b
spec/fx/adapters/postgres/functions_spec.rb
@@ -36,7 +36,7 @@
36
37
expect(functions).to be_empty
38
39
- connection.execute "SET search_path = 'public';"
+ connection.execute "SET search_path = '$user,public';"
40
connection.execute "DROP SCHEMA IF EXISTS other CASCADE;"
41
end
42
spec/fx/adapters/postgres/triggers_spec.rb
@@ -45,6 +45,7 @@
45
expect(triggers).to be_empty
46
47
connection.execute "SET search_path = '$user,public';"
48
+ connection.execute "DROP SCHEMA IF EXISTS other CASCADE;"
49
50
51
0 commit comments