Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
Signed-off-by: marcin mikołajczak <[email protected]>
  • Loading branch information
mkljczk committed Jul 25, 2024
1 parent 6655b1e commit 3842ab2
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 60 deletions.
2 changes: 0 additions & 2 deletions priv/repo/migrations/20200806175913_rename_instance_chat.exs
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
defmodule Pleroma.Repo.Migrations.RenameInstanceChat do
use Ecto.Migration

alias Pleroma.ConfigDB

def up, do: :noop
def down, do: :noop
end
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ defmodule Pleroma.Web.ActivityPub.Transmogrifier.QuestionHandlingTest do
})

object = Object.normalize(activity, fetch: false)
{:ok, _, _} = CommonAPI.vote(other_user, object, [1])
{:ok, _, _} = CommonAPI.vote(object, other_user, [1])

{:ok, modified} = Transmogrifier.prepare_outgoing(activity.data)

Expand Down
57 changes: 0 additions & 57 deletions test/pleroma/webhook_test.ex

This file was deleted.

0 comments on commit 3842ab2

Please sign in to comment.