Skip to content

Commit eab8d85

Browse files
authored
fix memory allocations (#2203)
1 parent 88ad497 commit eab8d85

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
@@ -17,7 +17,7 @@ def test_render_inline_allocations
1717

1818
allocations = (Rails.version.to_f >= 8.0) ?
1919
{"3.5.0" => 117, "3.4.1" => 117, "3.3.7" => 129} :
20-
{"3.3.7" => 120, "3.3.0" => 120, "3.2.6" => 118, "3.1.6" => 118, "3.0.7" => 127}
20+
{"3.3.7" => 120, "3.3.0" => 120, "3.2.7" => 118, "3.1.6" => 118, "3.0.7" => 127}
2121

2222
assert_allocations(**allocations) do
2323
render_inline(MyComponent.new)

0 commit comments

Comments
 (0)