Skip to content

Commit

Permalink
fix spec
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobkagon committed Aug 9, 2024
1 parent c800033 commit bad56c6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@

it 'returns the correct email for contact' do
email = family_cv[:family_members].last[:person][:emails].first[:address]
expect(@result.success[:contacts].last[:email1]).to eql(formatted_number)
expect(@result.success[:contacts].last[:email1]).to eql(email)
end
end
end

0 comments on commit bad56c6

Please sign in to comment.