diff options
author | lain <lain@soykaf.club> | 2020-05-04 19:24:04 +0200 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-05-04 19:24:04 +0200 |
commit | c23cb8d37a44e4b9ff09655e452122235ded1d84 (patch) | |
tree | c9cbde41367e54910d0dad9e86239a58a4077458 /test/support | |
parent | 7ff2a7dae2fa651cea579aeca40e2c030d19fcd5 (diff) | |
parent | 378ab2db97843112523985ca72b427702d50fe58 (diff) | |
download | pleroma-c23cb8d37a44e4b9ff09655e452122235ded1d84.tar.gz pleroma-c23cb8d37a44e4b9ff09655e452122235ded1d84.zip |
Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into remake-remodel-dms
Diffstat (limited to 'test/support')
-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{} } |