aboutsummaryrefslogtreecommitdiff
path: root/test/support/factory.ex
diff options
context:
space:
mode:
authorMaksim Pechnikov <parallel588@gmail.com>2020-05-06 05:55:39 +0300
committerMaksim Pechnikov <parallel588@gmail.com>2020-05-06 05:55:39 +0300
commitfb38b7339ccb6c3d7a3a07b74a6471a0f38622fe (patch)
treea6dc7761d53a37be6a1c46af1c3cbc8873ce50d8 /test/support/factory.ex
parentfe7a0d660e357a03558be3a95ddbb8b409ef9a9e (diff)
parent7612d9403dbaa6741b28dcf427ecad8fd0f70c30 (diff)
downloadpleroma-fb38b7339ccb6c3d7a3a07b74a6471a0f38622fe.tar.gz
Merge branch 'develop' into issue/1276-2
Diffstat (limited to 'test/support/factory.ex')
-rw-r--r--test/support/factory.ex1
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{}
}