aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authordtluna <dtluna@openmailbox.org>2017-04-16 17:39:34 +0300
committerdtluna <dtluna@openmailbox.org>2017-04-16 17:39:34 +0300
commitf6e632d25b726048a9a8ad3abfa1e4adef418966 (patch)
tree860739c9dd6962d4e1bdeebe42acc72c5cf2ac7c /test
parent82914e1e4de37747653c83644b428c1ba29428c9 (diff)
downloadpleroma-f6e632d25b726048a9a8ad3abfa1e4adef418966.tar.gz
Remove unnecesary asserts
Diffstat (limited to 'test')
-rw-r--r--test/web/twitter_api/twitter_api_test.exs2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/web/twitter_api/twitter_api_test.exs b/test/web/twitter_api/twitter_api_test.exs
index 67b47163d..eda1c8c1c 100644
--- a/test/web/twitter_api/twitter_api_test.exs
+++ b/test/web/twitter_api/twitter_api_test.exs
@@ -122,7 +122,6 @@ defmodule Pleroma.Web.TwitterAPI.TwitterAPITest 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 @@ defmodule Pleroma.Web.TwitterAPI.TwitterAPITest do
follow = Repo.get(Activity, activity.id)
assert user.following == [User.ap_followers(following)]
- assert follow == activity
end
test "Unfollow another user" do