mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-19 00:56:05 +01:00
Correct time precision in Exporter#collect_questions
test
This commit is contained in:
parent
77ddf2feae
commit
75301900b3
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue