Skip to content

Commit fcbe123

Browse files
committed
Fix allocation counts in rendering_test
1 parent c82e554 commit fcbe123

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 =
1919
if Rails.version.to_f < 8.0
20-
{"3.3.10" => 126, "3.2.9" => 124, "3.1.7" => 124, "3.0.7" => 131}
20+
{"3.3.10" => 126, "3.2.9" => 129, "3.1.7" => 130, "3.0.7" => 131}
2121
elsif Rails.version.split(".").first(2).map(&:to_i) == [8, 0]
2222
{"3.5.0" => 117, "3.4.4" => 121, "3.3.10" => 132}
2323
else

0 commit comments

Comments
 (0)