[#210] Test update (replaced bang- with non-bang method).

This commit is contained in:
Ivan Tashkinov 2018-12-05 11:56:31 +03:00
parent be187f82f7
commit 53797d19c5
1 changed files with 1 additions and 1 deletions

View File

@ -1268,7 +1268,7 @@ defmodule Pleroma.Web.TwitterAPI.ControllerTest do
})
|> json_response(:no_content)
object = Repo.get!(Object, object.id)
object = Repo.get(Object, object.id)
assert object.data["name"] == description
end
end