diff options
author | lain <lain@soykaf.club> | 2020-08-11 14:02:09 +0200 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-08-11 14:02:09 +0200 |
commit | 8f9fbc86c0dcf307b87b38d218b36df2f9f35a7f (patch) | |
tree | 8909943978ce0a21bd9777a8ad2af78336dcd16f /test | |
parent | 54a6855ddfb4b47b91b8fe2c184bbca3dbc2884d (diff) | |
download | pleroma-8f9fbc86c0dcf307b87b38d218b36df2f9f35a7f.tar.gz |
Transmogrifier: Small readability changes.
Diffstat (limited to 'test')
-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 = |