Skip to content

Commit b076b34

Browse files
committed
Fix allocation counts in rendering_test
1 parent aabb4fa commit b076b34

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.8" => 124, "3.3.0" => 140, "3.2.8" => 122, "3.1.7" => 122, "3.0.7" => 131}
20+
{"3.3.8" => 124, "3.3.0" => 140, "3.2.9" => 124, "3.1.7" => 124, "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.8" => 133}
2323
else

0 commit comments

Comments
 (0)