mirror of
https://github.com/Retrospring/retrospring.git
synced 2024-11-20 12:29:54 +01:00
Adjust answer export test to include pinned_at field
This commit is contained in:
parent
3451ae1fb0
commit
5f50a08f03
1 changed files with 2 additions and 1 deletions
|
@ -32,7 +32,8 @@ describe UseCase::DataExport::Answers, :data_export do
|
|||
user_id: user.id,
|
||||
created_at: "2022-12-10T13:37:42.000Z",
|
||||
updated_at: "2022-12-10T13:37:42.000Z",
|
||||
smile_count: 0
|
||||
smile_count: 0,
|
||||
pinned_at: nil
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue