diff options
author | lain <lain@soykaf.club> | 2020-05-04 14:45:28 +0200 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-05-04 14:45:28 +0200 |
commit | 335aabc39c6384216d2eaa3036cea541141d8025 (patch) | |
tree | 89a65a7cfa0b0f389bc8ec83fe6b936f8ed7f765 /test/support/factory.ex | |
parent | 13ab8defc0c5f9728c00ce49044dd60c02c7e81f (diff) | |
download | pleroma-335aabc39c6384216d2eaa3036cea541141d8025.tar.gz pleroma-335aabc39c6384216d2eaa3036cea541141d8025.zip |
Transmogrifier tests: Extract like tests.
Diffstat (limited to 'test/support/factory.ex')
-rw-r--r-- | test/support/factory.ex | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/support/factory.ex b/test/support/factory.ex index f0b797fd4..495764782 100644 --- a/test/support/factory.ex +++ b/test/support/factory.ex @@ -32,6 +32,7 @@ defmodule Pleroma.Factory do password_hash: Comeonin.Pbkdf2.hashpwsalt("test"), bio: sequence(:bio, &"Tester Number #{&1}"), last_digest_emailed_at: NaiveDateTime.utc_now(), + last_refreshed_at: NaiveDateTime.utc_now(), notification_settings: %Pleroma.User.NotificationSetting{} } |