forked from AkkomaGang/akkoma
Remove unnecesary asserts
This commit is contained in:
parent
82914e1e4d
commit
f6e632d25b
1 changed files with 0 additions and 2 deletions
|
@ -122,7 +122,6 @@ test "Follow another user using user_id" do
|
|||
follow = Repo.get(Activity, activity.id)
|
||||
|
||||
assert user.following == [User.ap_followers(following)]
|
||||
assert follow == activity
|
||||
end
|
||||
|
||||
test "Follow another user using screen_name" do
|
||||
|
@ -135,7 +134,6 @@ test "Follow another user using screen_name" do
|
|||
follow = Repo.get(Activity, activity.id)
|
||||
|
||||
assert user.following == [User.ap_followers(following)]
|
||||
assert follow == activity
|
||||
end
|
||||
|
||||
test "Unfollow another user" do
|
||||
|
|
Loading…
Reference in a new issue