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 d9321ce commit ee51aafCopy full SHA for ee51aaf
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" => 67, "3.4" => 72..74, "3.3" => 72, "3.2" => 71..76}) do
+ assert_allocations({"3.5" => 67, "3.4" => 72..74, "3.3" => 72..75, "3.2" => 71..76}) do
24
render_inline(MyComponent.new)
25
end
26
0 commit comments