Do not allow committing tests with a .ex extension
This commit is contained in:
parent
351a306d46
commit
2531785384
3 changed files with 6 additions and 3 deletions
|
|
@ -17,7 +17,7 @@ defmodule Pleroma.Web.StreamerViewTest do
|
|||
follower = insert(:user)
|
||||
|
||||
{:ok, _, _, _} = CommonAPI.follow(other_user, following)
|
||||
{:ok, follower, following, _activity} = CommonAPI.follow(following, follower)
|
||||
{:ok, following, follower, _activity} = CommonAPI.follow(following, follower)
|
||||
|
||||
result =
|
||||
StreamerView.render(
|
||||
|
|
@ -46,7 +46,7 @@ defmodule Pleroma.Web.StreamerViewTest do
|
|||
follower = insert(:user)
|
||||
|
||||
{:ok, _, _, _} = CommonAPI.follow(other_user, following)
|
||||
{:ok, follower, following, _activity} = CommonAPI.follow(following, follower)
|
||||
{:ok, following, follower, _activity} = CommonAPI.follow(following, follower)
|
||||
|
||||
result =
|
||||
StreamerView.render(
|
||||
|
|
@ -76,7 +76,7 @@ defmodule Pleroma.Web.StreamerViewTest do
|
|||
follower = insert(:user)
|
||||
|
||||
{:ok, _, _, _} = CommonAPI.follow(other_user, following)
|
||||
{:ok, follower, following, _activity} = CommonAPI.follow(following, follower)
|
||||
{:ok, following, follower, _activity} = CommonAPI.follow(following, follower)
|
||||
|
||||
result =
|
||||
StreamerView.render(
|
||||
Loading…
Add table
Add a link
Reference in a new issue