0
0
Fork 0

Autofix Rubocop Style/TrailingCommaInArrayLiteral (#23692)

This commit is contained in:
Nick Schonning 2023-02-18 16:54:30 -05:00 committed by GitHub
parent 5069769cbe
commit 08289a38fa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 10 additions and 22 deletions

View file

@ -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