diff --git a/test/sandbox/test/rendering_test.rb b/test/sandbox/test/rendering_test.rb index 84f7aeb48..64c0ebc41 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" => 116, "3.2" => 115, "3.1" => 115, "3.0" => 125) do + assert_allocations("3.4" => 107, "3.3" => 116, "3.2" => 105, "3.1" => 115, "3.0" => 125) do render_inline(MyComponent.new) end