Fix delivery limited posts

This commit is contained in:
KMY 2023-09-11 16:52:23 +09:00
parent b225cc1bdb
commit 6371fa6b9c
3 changed files with 4 additions and 2 deletions

View file

@ -165,7 +165,7 @@ RSpec.describe FanOutOnWriteService, type: :service do
context 'with STL antenna' do
let!(:antenna) { antenna_with_options(bob, stl: true) }
let!(:empty_antenna) { antenna_with_options(ohagi, stl: true) }
let!(:empty_antenna) { antenna_with_options(tom, stl: true) }
it 'is added to the antenna feed of antenna follower' do
expect(antenna_feed_of(antenna)).to include status.id