Commit c735fc84 authored by Stan Hu's avatar Stan Hu

Merge branch 'alipniagov-fix-tff-mapping-kwargs' into 'master'

Fix MappingTest kwargs issue

See merge request gitlab-org/gitlab!84712
parents cb99d767 a56ffec1
......@@ -149,7 +149,7 @@ class MappingTest
end
end
results = tests.map { |test| MappingTest.new(test) }
results = tests.map { |test| MappingTest.new(**test) }
failed_tests = results.select(&:failed?)
if failed_tests.any?
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment