diff --git a/spec/services/notify_service_spec.rb b/spec/services/notify_service_spec.rb index a387d9407e2d3c499c39b135d5ef3371482b299e..440018ac93d282994330367d64d28d57cd8d5373 100644 --- a/spec/services/notify_service_spec.rb +++ b/spec/services/notify_service_spec.rb @@ -105,7 +105,7 @@ RSpec.describe NotifyService, type: :service do end it 'shows reblogs when disabled' do - recipient.follow!(sender, reblogs: true) + recipient.follow!(sender, reblogs: false) is_expected.to change(Notification, :count) end end