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 eb2ac26 commit 8cfd1bdCopy full SHA for 8cfd1bd
test/dev_migrations_test.exs
@@ -217,7 +217,8 @@ defmodule AshPostgres.DevMigrationsTest do
217
)
218
|> Enum.reject(&String.contains?(&1, "extensions"))
219
220
- assert capture_log([level: :debug], fn -> tenant_migrate() end) =~ "create table org_#{org.id}.posts"
+ assert capture_log([level: :debug], fn -> tenant_migrate() end) =~
221
+ "create table org_#{org.id}.posts"
222
end
223
224
0 commit comments