projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
82914e1
)
Remove unnecesary asserts
author
dtluna
<dtluna@openmailbox.org>
Sun, 16 Apr 2017 14:39:34 +0000
(17:39 +0300)
committer
dtluna
<dtluna@openmailbox.org>
Sun, 16 Apr 2017 14:39:34 +0000
(17:39 +0300)
test/web/twitter_api/twitter_api_test.exs
patch
|
blob
|
history
diff --git
a/test/web/twitter_api/twitter_api_test.exs
b/test/web/twitter_api/twitter_api_test.exs
index 67b47163d3067eb86e1066647f2c0899f9ce672a..eda1c8c1c2d5fcff83b33a03743dafa694577332 100644
(file)
--- 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