forked from AkkomaGang/akkoma
[#210] Test update (replaced bang- with non-bang method).
This commit is contained in:
parent
be187f82f7
commit
53797d19c5
1 changed files with 1 additions and 1 deletions
|
@ -1268,7 +1268,7 @@ test "it updates `data[name]` of referenced Object with provided value", %{conn:
|
||||||
})
|
})
|
||||||
|> json_response(:no_content)
|
|> json_response(:no_content)
|
||||||
|
|
||||||
object = Repo.get!(Object, object.id)
|
object = Repo.get(Object, object.id)
|
||||||
assert object.data["name"] == description
|
assert object.data["name"] == description
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue