aboutsummaryrefslogtreecommitdiff
path: root/test/support
diff options
context:
space:
mode:
authorlain <lain@soykaf.club>2020-05-04 14:45:28 +0200
committerlain <lain@soykaf.club>2020-05-04 14:45:28 +0200
commit335aabc39c6384216d2eaa3036cea541141d8025 (patch)
tree89a65a7cfa0b0f389bc8ec83fe6b936f8ed7f765 /test/support
parent13ab8defc0c5f9728c00ce49044dd60c02c7e81f (diff)
downloadpleroma-335aabc39c6384216d2eaa3036cea541141d8025.tar.gz
Transmogrifier tests: Extract like tests.
Diffstat (limited to 'test/support')
-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{}
}