Skip to content

Commit cf42df0

Browse files
fix test
1 parent 8aa29e2 commit cf42df0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ecto/adapters/myxql.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ defmodule Ecto.Adapters.MyXQL do
427427
config[:database]
428428
]
429429

430-
case run_with_port("mysql", config, args, path) do
430+
case run_with_port("mysql", config, args, contents) do
431431
{_output, 0} -> {:ok, path}
432432
{output, _} -> {:error, output}
433433
end

0 commit comments

Comments
 (0)