diff --git a/spec/lib/use_case/data_export/reactions_spec.rb b/spec/lib/use_case/data_export/reactions_spec.rb index 2431da77..3e1f3980 100644 --- a/spec/lib/use_case/data_export/reactions_spec.rb +++ b/spec/lib/use_case/data_export/reactions_spec.rb @@ -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",