This commit is contained in:
KMY 2023-08-22 08:37:17 +09:00
parent 5daf9cdf6e
commit 96ee6813c8

View file

@ -168,7 +168,7 @@ RSpec.describe PostStatusService, type: :service do
status = subject.call(account, text: 'test status update')
expect(ProcessMentionsService).to have_received(:new)
expect(mention_service).to have_received(:call).with(status, limited_type: '', save_records: false)
expect(mention_service).to have_received(:call).with(status, limited_type: '', circle: nil, save_records: false)
end
it 'mutual visibility' do