Skip to content

Commit

Permalink
Improve description
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwr18 committed Nov 8, 2024
1 parent c15ead7 commit e2bea90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/models/organization_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
it { should eq([['Homeowner', 1]]) }
end

context 'given an inactive contributor with the same tag' do
context 'given non-active contributors with the same tag' do
before do
create(:contributor, tag_list: %w[Homeowner], deactivated_at: 1.day.ago, organization: organization)
create(:contributor, tag_list: 'teacher', unsubscribed_at: 1.day.ago, organization: organization)
Expand Down

0 comments on commit e2bea90

Please sign in to comment.