Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
laurajaime committed Jul 16, 2024
1 parent 4effc9b commit cf9cb88
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ module Proposals
end

it "serializes the authors emails" do
expect(serialized).to include(authors_email: proposal.authors.pluck(:emails))
byebug
expect(serialized).to include(authors_emails: proposal.authors.pluck(:email))
end
end
end
Expand Down

0 comments on commit cf9cb88

Please sign in to comment.