Skip to content

Commit 7e93a48

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/sandbox/test/rendering_test.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ def test_render_inline_allocations
1919
if Rails.version.to_f < 8.0
2020
{"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]
22-
{"3.5.0" => 117, "3.4.4" => 121, "3.3.10" => 132}
22+
{"3.5.0" => 117, "3.4.7" => 122, "3.3.10" => 134}
2323
else
24-
{"3.4.4" => 119}
24+
{"3.4.7" => 120}
2525
end
2626

2727
assert_allocations(**allocations) do

0 commit comments

Comments
 (0)