forked from AkkomaGang/akkoma
Ensure correct state in self-unfollow.
This commit is contained in:
parent
bd921ca5d7
commit
8d4e7b32c9
1 changed files with 1 additions and 0 deletions
|
@ -71,6 +71,7 @@ test "unfollow doesn't unfollow yourself" do
|
|||
|
||||
{:error, _} = User.unfollow(user, user)
|
||||
|
||||
user = Repo.get(User, user.id)
|
||||
assert user.following == [user.ap_id]
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue