Autofix Rubocop Style/TrailingCommaInArrayLiteral (#23692)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user