Fix NotifyService test with regards to reblogs (#10928)

Fixes #10890
This commit is contained in:
ThibG 2019-06-02 18:08:26 +02:00 committed by Eugen Rochko
parent e13e4b28db
commit a353dc6030
1 changed files with 1 additions and 1 deletions

View File

@ -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