mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-15 00:38:27 +00:00
Autofix Rubocop Style/TrailingCommaInArrayLiteral (#23692)
This commit is contained in:
@@ -20,7 +20,7 @@ describe Extractor do
|
||||
text = '@screen_name'
|
||||
extracted = Extractor.extract_mentions_or_lists_with_indices(text)
|
||||
expect(extracted).to eq [
|
||||
{ screen_name: 'screen_name', indices: [0, 12] }
|
||||
{ screen_name: 'screen_name', indices: [0, 12] },
|
||||
]
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user