We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f565e4e commit 636fc43Copy full SHA for 636fc43
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" => 123, "3.4.2" => 125, "3.3.7" => 137} :
+ {"3.5.0" => 121, "3.4.2" => 125, "3.3.7" => 137} :
20
{"3.3.7" => 128, "3.3.0" => 140, "3.2.8" => 126, "3.1.7" => 126, "3.0.7" => 135}
21
22
assert_allocations(**allocations) do
0 commit comments