diff options
author | lain <lain@soykaf.club> | 2020-05-05 10:19:01 +0200 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-05-05 10:19:01 +0200 |
commit | 2cb3f8a8cf4e34f2667d7b505b7fae7c9cb194dd (patch) | |
tree | f5846e26dca69d92cee8a4393f9888b0a250bd53 /test/support | |
parent | 1974d0cc423efefcbdadd68442d0fbed8f3ee4ab (diff) | |
parent | b1c29e2de8a02ef3093387c1454d290a92fbdef8 (diff) | |
download | pleroma-2cb3f8a8cf4e34f2667d7b505b7fae7c9cb194dd.tar.gz pleroma-2cb3f8a8cf4e34f2667d7b505b7fae7c9cb194dd.zip |
Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into feature/delete-validator
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{} } |