Fix reaction exporter spec
This commit is contained in:
parent
20cf1ac85b
commit
795e687bc8
|
@ -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 New Issue