Autofix Rubocop Style/TrailingCommaInHashLiteral (#23693)
This commit is contained in:
@@ -61,6 +61,6 @@ end
|
||||
def expect_push_bulk_to_match(klass, matcher)
|
||||
expect(Sidekiq::Client).to receive(:push_bulk).with(hash_including({
|
||||
"class" => klass,
|
||||
"args" => matcher
|
||||
"args" => matcher,
|
||||
}))
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user