mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-02-13 21:33:20 +01:00
Fix reaction exporter spec
This commit is contained in:
parent
20cf1ac85b
commit
795e687bc8
1 changed files with 0 additions and 2 deletions
|
@ -32,7 +32,6 @@ describe UseCase::DataExport::Reactions, :data_export do
|
|||
reactions: [
|
||||
{
|
||||
id: reactions[0].id,
|
||||
type: "Reaction",
|
||||
user_id: user.id,
|
||||
parent_id: reactions[0].parent_id,
|
||||
parent_type: "Comment",
|
||||
|
@ -42,7 +41,6 @@ describe UseCase::DataExport::Reactions, :data_export do
|
|||
},
|
||||
{
|
||||
id: reactions[1].id,
|
||||
type: "Reaction",
|
||||
user_id: user.id,
|
||||
parent_id: reactions[1].parent_id,
|
||||
parent_type: "Answer",
|
||||
|
|
Loading…
Reference in a new issue