Skip to content

Commit 878a73e

Browse files
committed
[tests] change super to super() - jruby/jruby#6571
1 parent 0cee881 commit 878a73e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/inputs/integ_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747

4848
context "when supplying a non-existent library" do
4949
let(:settings) do
50-
super.merge(
50+
super().merge(
5151
"jdbc_driver_library" => "/no/path/to/postgresql.jar"
5252
)
5353
end
@@ -63,7 +63,7 @@
6363

6464
context "when connecting to a non-existent server" do
6565
let(:settings) do
66-
super.merge(
66+
super().merge(
6767
"jdbc_connection_string" => "jdbc:postgresql://localhost:65000/somedb"
6868
)
6969
end

0 commit comments

Comments
 (0)