0
0
Fork 0

Autofix Rubocop Lint/SymbolConversion (#23683)

This commit is contained in:
Nick Schonning 2023-02-17 21:23:49 -05:00 committed by GitHub
parent 6d42820e5d
commit 634368c491
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 35 additions and 49 deletions

View file

@ -252,9 +252,9 @@ RSpec.describe ActivityPub::Activity::Create do
type: 'Note',
content: 'Lorem ipsum',
to: {
'type': 'OrderedCollection',
'id': 'http://example.com/followers',
'first': 'http://example.com/followers?page=true',
type: 'OrderedCollection',
id: 'http://example.com/followers',
first: 'http://example.com/followers?page=true',
}
}
end