1
0
Fork 1
mirror of https://akkoma.dev/AkkomaGang/akkoma.git synced 2024-11-18 02:49:18 +00:00

Remove unnecesary asserts

This commit is contained in:
dtluna 2017-04-16 17:39:34 +03:00
parent 82914e1e4d
commit f6e632d25b

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