Autofix Rubocop Style/TrailingCommaInArrayLiteral (#23692)
This commit is contained in:
parent
5069769cbe
commit
08289a38fa
6 changed files with 10 additions and 22 deletions
|
@ -16,7 +16,7 @@ describe ActivityPub::MoveDistributionWorker do
|
|||
it 'delivers to followers and known blockers' do
|
||||
expect_push_bulk_to_match(ActivityPub::DeliveryWorker, [
|
||||
[kind_of(String), migration.account.id, 'http://example.com'],
|
||||
[kind_of(String), migration.account.id, 'http://example2.com']
|
||||
[kind_of(String), migration.account.id, 'http://example2.com'],
|
||||
])
|
||||
subject.perform(migration.id)
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue