diff options
| author | lain <lain@soykaf.club> | 2020-08-25 11:44:51 +0200 |
|---|---|---|
| committer | lain <lain@soykaf.club> | 2020-08-25 11:44:51 +0200 |
| commit | c1d51944c71ff90650b1a631241daf0d8be5b861 (patch) | |
| tree | 2e78efaeb892c4b09cac0439f268d6a60637b4dc /test/web/activity_pub/transmogrifier/undo_handling_test.exs | |
| parent | 199ad47c22e5d72741f5809eb015bac9b00cca03 (diff) | |
| parent | 5722b0e2e5e7113f0422798a6ea8cc40d1953291 (diff) | |
| download | pleroma-c1d51944c71ff90650b1a631241daf0d8be5b861.tar.gz pleroma-c1d51944c71ff90650b1a631241daf0d8be5b861.zip | |
Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into frontend-bundles-downloads
Diffstat (limited to 'test/web/activity_pub/transmogrifier/undo_handling_test.exs')
| -rw-r--r-- | test/web/activity_pub/transmogrifier/undo_handling_test.exs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/web/activity_pub/transmogrifier/undo_handling_test.exs b/test/web/activity_pub/transmogrifier/undo_handling_test.exs index 01dd6c370..8683f7135 100644 --- a/test/web/activity_pub/transmogrifier/undo_handling_test.exs +++ b/test/web/activity_pub/transmogrifier/undo_handling_test.exs @@ -130,7 +130,7 @@ defmodule Pleroma.Web.ActivityPub.Transmogrifier.UndoHandlingTest do "http://mastodon.example.org/users/admin/statuses/99542391527669785/activity" end - test "it works for incomming unfollows with an existing follow" do + test "it works for incoming unfollows with an existing follow" do user = insert(:user) follow_data = |
