Skip to content

Commit 19fac52

Browse files
committed
Fix allocation counts in rendering_test
1 parent 65124c1 commit 19fac52

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.split(".").first(2).map(&:to_i) == [7, 1] && ViewComponent::Base.config.capture_compatibility_patch_enabled
20-
{"3.2.9" => 128}
20+
{"3.2.9" => 129}
2121
elsif Rails.version.to_f < 8.0
2222
{"3.3.10" => 126, "3.2.9" => 129, "3.1.7" => 130, "3.0.7" => 131}
2323
elsif Rails.version.split(".").first(2).map(&:to_i) == [8, 0]

0 commit comments

Comments
 (0)