Skip to content

Commit a4b5564

Browse files
committed
Resolve "Passing the keyword argument as ..." deprecation warning
1 parent 8e00bea commit a4b5564

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: spec/transaction_manager_spec.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -591,10 +591,10 @@
591591
)
592592
)
593593
allow(group_coordinator).to receive(:txn_offset_commit).and_return(
594-
txn_offset_commit_response(
594+
txn_offset_commit_response({
595595
'hello' => [1],
596596
'world' => [2]
597-
)
597+
})
598598
)
599599
end
600600

0 commit comments

Comments
 (0)