Skip to content

Commit

Permalink
chore: fix spec
Browse files Browse the repository at this point in the history
  • Loading branch information
sojan-official committed May 10, 2024
1 parent 7c3151e commit 4faac34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/models/conversation_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
changed_attributes: nil, performed_by: nil)
expect(Rails.configuration.dispatcher).to have_received(:dispatch)
.with(described_class::ASSIGNEE_CHANGED, kind_of(Time), conversation: conversation, notifiable_assignee_change: true,
changed_attributes: nil, performed_by: nil)
changed_attributes: changed_attributes, performed_by: nil)
expect(Rails.configuration.dispatcher).to have_received(:dispatch)
.with(described_class::CONVERSATION_UPDATED, kind_of(Time), conversation: conversation, notifiable_assignee_change: true,
changed_attributes: changed_attributes, performed_by: nil)
Expand Down

0 comments on commit 4faac34

Please sign in to comment.