change `Repo.get(Activity, id)` => `Activity.get_by_id(id)` in tests
authorEgor Kislitsyn <egor@kislitsyn.com>
Tue, 2 Apr 2019 10:08:03 +0000 (17:08 +0700)
committerEgor Kislitsyn <egor@kislitsyn.com>
Tue, 2 Apr 2019 10:08:03 +0000 (17:08 +0700)
commit11c2d6bdc458d40616e677ff71e471bd827344ee
tree805d6b8ca800e55d956bf6e80b18f10ad5912847
parent1b3d92192194baf6b431cd9f0ce58062d1b703d5
change `Repo.get(Activity, id)` => `Activity.get_by_id(id)` in tests
test/user_test.exs
test/web/activity_pub/activity_pub_test.exs
test/web/activity_pub/transmogrifier_test.exs
test/web/mastodon_api/mastodon_api_controller_test.exs
test/web/mastodon_api/notification_view_test.exs
test/web/ostatus/activity_representer_test.exs
test/web/ostatus/incoming_documents/delete_handling_test.exs
test/web/ostatus/ostatus_test.exs
test/web/twitter_api/twitter_api_controller_test.exs
test/web/twitter_api/views/activity_view_test.exs