Autofix Rubocop Style/TrailingCommaInHashLiteral (#23693)
This commit is contained in:
parent
de4b8224c0
commit
5069769cbe
22 changed files with 61 additions and 89 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue