Commit a56ffec1 authored by Aleksei Lipniagov's avatar Aleksei Lipniagov

Fix MappingTest kwargs issue

parent 9f1bdb0a
......@@ -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