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 450dfd1 commit ffb02e3Copy full SHA for ffb02e3
test/sandbox/test/rendering_test.rb
@@ -16,7 +16,7 @@ def test_render_inline_allocations
16
MyComponent.ensure_compiled
17
18
allocations = (Rails.version.to_f >= 8.0) ?
19
- {"3.5.0" => 104, "3.4.1" => 104, "3.3.7" => 108} :
+ {"3.5.0" => 102, "3.4.1" => 104, "3.3.7" => 108} :
20
{"3.3.7" => 107, "3.3.0" => 120, "3.2.7" => 105, "3.1.6" => 118, "3.0.7" => 127}
21
22
assert_allocations(**allocations) do
0 commit comments