Adjust answer export test to include pinned_at field

This commit is contained in:
Karina Kwiatek 2023-01-30 17:39:34 +01:00
parent 3451ae1fb0
commit 5f50a08f03
1 changed files with 2 additions and 1 deletions

View File

@ -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
}
]
}