mirror of
https://github.com/philomena-dev/philomena.git
synced 2025-02-23 05:34:33 +01:00
Formats.
This commit is contained in:
parent
f887eace1a
commit
657f5c18cb
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ defmodule PhilomenaWeb.ReactivationControllerTest do
|
|||
user = Users.get_user!(user.id)
|
||||
assert user.deleted_by_user_id == nil
|
||||
|
||||
assert not(UserToken.user_and_contexts_query(user, ["reactivate"]) |> Repo.exists?())
|
||||
assert not (UserToken.user_and_contexts_query(user, ["reactivate"]) |> Repo.exists?())
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue