tests: fix broken tests.

This commit is contained in:
evazion
2021-05-15 01:03:32 -05:00
parent cb8cbed0ec
commit ffbf7f1ccf
5 changed files with 7 additions and 4 deletions

View File

@@ -2,5 +2,6 @@ FactoryBot.define do
factory(:forum_topic_visit) do
user
forum_topic
last_read_at { Time.zone.now }
end
end