Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
kmycode committed Sep 18, 2024
1 parent 4ce35dd commit 02d9636
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/services/fan_out_on_write_service_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ def antenna_feed_of(antenna)
end

def list_with_account(owner, target_account)
owner.follow!(target_account)
list = Fabricate(:list, account: owner)
Fabricate(:list_account, list: list, account: target_account)
list
Expand Down

0 comments on commit 02d9636

Please sign in to comment.