Skip to content

Commit 7e4b470

Browse files
committed
fix head tests
1 parent a2502aa commit 7e4b470

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/sandbox/test/rendering_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def test_render_inline_allocations
1616
MyComponent.ensure_compiled
1717

1818
allocations = (Rails.version.to_f >= 8.0) ?
19-
{"3.5.0" => 123, "3.4.2" => 125, "3.3.7" => 138} :
19+
{"3.5.0" => 119, "3.4.2" => 125, "3.3.7" => 138} :
2020
{"3.3.7" => 128, "3.3.0" => 140, "3.2.8" => 126, "3.1.7" => 126, "3.0.7" => 135}
2121

2222
assert_allocations(**allocations) do

0 commit comments

Comments
 (0)