forked from AkkomaGang/akkoma
Lint
This commit is contained in:
parent
dfd6c96808
commit
2a290cb331
1 changed files with 1 additions and 3 deletions
|
@ -732,9 +732,7 @@ test "it streams out the announce", %{announce: announce} do
|
|||
]) do
|
||||
{:ok, announce, _} = SideEffects.handle(announce)
|
||||
|
||||
assert called(
|
||||
Pleroma.Web.Streamer.stream(["user", "list"], announce)
|
||||
)
|
||||
assert called(Pleroma.Web.Streamer.stream(["user", "list"], announce))
|
||||
|
||||
assert called(Pleroma.Web.Push.send(:_))
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue