We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10bc531 commit 89a2e31Copy full SHA for 89a2e31
test/integration/convert_to_db_test.rb
@@ -7,7 +7,7 @@ class << self
7
def startup
8
seed_test_database
9
@@options = get_test_config_by_label(:localmysql_to_db_convert_all)
10
- @@mysql2psql = Mysql2psql.new([@@options.filepath])
+ @@mysql2psql = Mysql2psql.new(@@options)
11
@@mysql2psql.convert
12
@@mysql2psql.writer.open
13
end
test/integration/convert_to_file_test.rb
@@options = get_test_config_by_label(:localmysql_to_file_convert_all)
@@content = IO.read(@@mysql2psql.options.destfile)
0 commit comments