We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd39355 commit df24e56Copy full SHA for df24e56
1 file changed
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({"4.1" => 67, "4.0" => 67, "3.4" => 72..74, "3.3" => 75, "3.2" => 78..79}) do
+ assert_allocations({"4.1" => 68, "4.0" => 67, "3.4" => 72..74, "3.3" => 75, "3.2" => 78..79}) do
24
render_inline(MyComponent.new)
25
end
26
0 commit comments