Skip to content

Commit c156643

Browse files
committed
Minimal fix to be able to run mysql tests
1 parent 354dfd1 commit c156643

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/arjdbc/mysql/adapter.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ def get_full_version
221221
@full_version ||= any_raw_connection.full_version
222222
end
223223

224-
def jdbc_connection_class(spec)
224+
def jdbc_connection_class
225225
::ActiveRecord::ConnectionAdapters::MySQLJdbcConnection
226226
end
227227

0 commit comments

Comments
 (0)