Skip to content

Commit

Permalink
update practice model spec
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilipDeFraties committed Jan 17, 2024
1 parent a40a922 commit 57c7d93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/models/practice_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@
describe '.send_email_to_all_editors' do
it 'sends an email to the editor with exact email and practice info' do
admin = create(:user, :admin)
practice = create(:practice, user: admin)
practice = create(:practice, user: admin, published: true)
subject_text = 'Important Update'
message_text = 'Please review the latest changes.'

Expand Down

0 comments on commit 57c7d93

Please sign in to comment.