chase test failures

This commit is contained in:
William Pitcock 2019-05-15 16:23:01 +00:00
commit f09c3afdf5
3 changed files with 8 additions and 6 deletions

View file

@ -38,7 +38,8 @@ defmodule Pleroma.Filter do
query =
from(
f in Pleroma.Filter,
where: f.user_id == ^user_id
where: f.user_id == ^user_id,
order_by: [desc: :id]
)
Repo.all(query)