Correct time precision in `Exporter#collect_questions` test

This commit is contained in:
Karina Kwiatek 2022-07-10 12:34:30 +02:00 committed by Karina Kwiatek
parent 77ddf2feae
commit 75301900b3
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ RSpec.describe Exporter do
answers: [],
author_is_anonymous: q.author_is_anonymous,
content: q.content,
created_at: q.created_at,
created_at: q.reload.created_at,
id: q.id
}
end)