Skip to content

Commit 8cfd1bd

Browse files
committed
chore: format
1 parent eb2ac26 commit 8cfd1bd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/dev_migrations_test.exs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,8 @@ defmodule AshPostgres.DevMigrationsTest do
217217
)
218218
|> Enum.reject(&String.contains?(&1, "extensions"))
219219

220-
assert capture_log([level: :debug], fn -> tenant_migrate() end) =~ "create table org_#{org.id}.posts"
220+
assert capture_log([level: :debug], fn -> tenant_migrate() end) =~
221+
"create table org_#{org.id}.posts"
221222
end
222223
end
223224

0 commit comments

Comments
 (0)