Lint
This commit is contained in:
parent
c32e28e1b0
commit
d19696cf60
|
@ -544,9 +544,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 New Issue