Remove unnecesary asserts

This commit is contained in:
dtluna 2017-04-16 17:39:34 +03:00
parent 82914e1e4d
commit f6e632d25b
1 changed files with 0 additions and 2 deletions

View File

@ -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