We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a1face commit c2ba9f6Copy full SHA for c2ba9f6
1 file changed
generatorv2/lib/utils.rb
@@ -47,7 +47,7 @@ def additional_json(json)
47
def remove_tests(uuid, json)
48
json["cases"].each_with_object([]) do |x, acc|
49
if x["cases"]
50
- acc << remove_tests(uuid, json)
+ acc << { "cases" => remove_tests(uuid, x) }
51
elsif uuid.include?(x["uuid"])
52
acc << x
53
end
0 commit comments