Upgrade Ecto to v3.6.2, remove deprecated ecto_explain

This commit is contained in:
Alex Gleason 2021-06-23 13:02:41 -05:00
commit c136dc0987
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7
3 changed files with 7 additions and 7 deletions

View file

@ -13,7 +13,7 @@ defmodule Mix.Tasks.Pleroma.Ecto.MigrateTest do
assert capture_log(fn ->
Mix.Tasks.Pleroma.Ecto.Migrate.run()
end) =~ "[info] Already up"
end) =~ "[info] Migrations already up"
Logger.configure(level: level)
end