summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorRoger Braun <rbraun@Bobble.local>2017-09-13 16:05:39 +0200
committerRoger Braun <rbraun@Bobble.local>2017-09-13 16:05:39 +0200
commite6286152b94efcab355465875208e2a200760f03 (patch)
treed11cdf32c3852b9eecb29218f8f67a1842e164ec /test
parent49929321c761cf389d42ca52d88dc8ec09a375cc (diff)
downloadpleroma-e6286152b94efcab355465875208e2a200760f03.tar.gz
pleroma-e6286152b94efcab355465875208e2a200760f03.zip
Fix logic.
Diffstat (limited to 'test')
-rw-r--r--test/web/mastodon_api/account_view_test.exs4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/web/mastodon_api/account_view_test.exs b/test/web/mastodon_api/account_view_test.exs
index 259258281..c8f33f98c 100644
--- a/test/web/mastodon_api/account_view_test.exs
+++ b/test/web/mastodon_api/account_view_test.exs
@@ -49,8 +49,8 @@ defmodule Pleroma.Web.MastodonAPI.AccountViewTest do
expected = %{
id: other_user.id,
- following: false,
- followed_by: true,
+ following: true,
+ followed_by: false,
blocking: false,
muting: false,
requested: false,