Skip to content

Fix MappingTest kwargs issue

Aleksei Lipniagov requested to merge alipniagov-fix-tff-mapping-kwargs into master

What does this MR do and why?

Extracted from !70798 (closed).

This breaks on Ruby 3, but works on Ruby 2, because of the Separation of positional and keyword arguments in Ruby 3.0: https://www.ruby-lang.org/en/news/2019/12/12/separation-of-positional-and-keyword-arguments-in-ruby-3-0/

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Aleksei Lipniagov

Merge request reports