We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edb9da0 commit cdb1890Copy full SHA for cdb1890
spec/fx/adapters/postgres/functions_spec.rb
@@ -35,8 +35,6 @@
35
functions = Fx::Adapters::Postgres::Functions.new(connection).all
36
37
expect(functions).to be_empty
38
-
39
- connection.execute "SET search_path = '$user,public';"
40
end
41
42
spec/fx/adapters/postgres/triggers_spec.rb
@@ -43,8 +43,6 @@
43
triggers = Fx::Adapters::Postgres::Triggers.new(connection).all
44
45
expect(triggers).to be_empty
46
47
- connection.execute "SET search_path TO DEFAULT;"
48
49
50
0 commit comments