Fix format.

This commit is contained in:
lain 2018-04-29 11:28:26 +02:00
parent b7584edcea
commit bc215f5684
2 changed files with 10 additions and 12 deletions

View File

@ -798,6 +798,4 @@ test "Convert newlines to <br> in bio", %{conn: conn} do
user = Repo.get!(User, user.id)
assert user.bio == "Hello,<br>World! I<br> am a test."
end
end