Skip to content

Commit 3d95c40

Browse files
committed
Update update_user_email_spec.rb
1 parent 20448d3 commit 3d95c40

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

spec/services/update_user_email_spec.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@
2929

3030
expect do
3131
described_class.new(user, 'newemail@example.com').call
32-
end.to have_enqueued_job(SendConfirmEmailVerificationJob).with(new_email: 'newemail@example.com', person_name: user.name)
32+
end.to have_enqueued_job(SendConfirmEmailVerificationJob).with(new_email: 'newemail@example.com',
33+
person_name: user.name)
3334
end
3435

3536
context 'when Auth0 errors' do

0 commit comments

Comments
 (0)