aboutsummaryrefslogtreecommitdiff
path: root/test/tasks/database_test.exs
diff options
context:
space:
mode:
authorlain <lain@soykaf.club>2020-03-19 18:00:55 +0100
committerlain <lain@soykaf.club>2020-03-19 18:00:55 +0100
commit3c2c32b460c2d942d085725d14e77a96c4a01e4c (patch)
tree1542ba8f33738650c561a1f944ae7ce9e16dd116 /test/tasks/database_test.exs
parentac5c2b66b9f106bad117708cf74e3007c434d09e (diff)
parentd4bafabfd14887e61eb5bc1d877035dcfebbd33f (diff)
downloadpleroma-3c2c32b460c2d942d085725d14e77a96c4a01e4c.tar.gz
Merge branch 'remake-remodel' into develop
Diffstat (limited to 'test/tasks/database_test.exs')
-rw-r--r--test/tasks/database_test.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tasks/database_test.exs b/test/tasks/database_test.exs
index ed1c31d9c..7b05993d3 100644
--- a/test/tasks/database_test.exs
+++ b/test/tasks/database_test.exs
@@ -102,7 +102,7 @@ defmodule Mix.Tasks.Pleroma.DatabaseTest do
{:ok, %{id: id, object: object}} = CommonAPI.post(user, %{"status" => "test"})
{:ok, %{object: object2}} = CommonAPI.post(user, %{"status" => "test test"})
- CommonAPI.favorite(id, user2)
+ CommonAPI.favorite(user2, id)
likes = %{
"first" =>