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 a3cdfaf commit f06a6c4Copy full SHA for f06a6c4
test/sandbox/test/rendering_test.rb
@@ -20,7 +20,7 @@ def test_render_inline_allocations
20
MyComponent.__vc_ensure_compiled
21
22
with_instrumentation_enabled_option(false) do
23
- assert_allocations({"3.5" => 69, "3.4" => 74, "3.3" => 72, "3.2" => 71}) do
+ assert_allocations({"3.5" => 68, "3.4" => 74, "3.3" => 72, "3.2" => 71}) do
24
render_inline(MyComponent.new)
25
end
26
0 commit comments