From dcec192e4bc5970152e5e320474130e635771a3d Mon Sep 17 00:00:00 2001 From: Joel Hawksley Date: Tue, 17 Sep 2024 11:17:57 -0600 Subject: [PATCH] fix allocation counts --- test/sandbox/test/rendering_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/sandbox/test/rendering_test.rb b/test/sandbox/test/rendering_test.rb index f3f6c48d5..84f7aeb48 100644 --- a/test/sandbox/test/rendering_test.rb +++ b/test/sandbox/test/rendering_test.rb @@ -10,7 +10,7 @@ def test_render_inline end def test_render_inline_allocations - assert_allocations("3.3" => 129, "3.2" => 129, "3.1" => 129, "3.0" => 129) do + assert_allocations("3.3" => 116, "3.2" => 115, "3.1" => 115, "3.0" => 125) do render_inline(MyComponent.new) end