Skip to content

Commit 9a3e00e

Browse files
committed
allocations again
1 parent df24e56 commit 9a3e00e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/sandbox/test/rendering_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def test_render_inline_allocations
2020
MyComponent.__vc_ensure_compiled
2121

2222
with_instrumentation_enabled_option(false) do
23-
assert_allocations({"4.1" => 68, "4.0" => 67, "3.4" => 72..74, "3.3" => 75, "3.2" => 78..79}) do
23+
assert_allocations({"4.1" => 67..68, "4.0" => 67, "3.4" => 72..74, "3.3" => 75, "3.2" => 78..79}) do
2424
render_inline(MyComponent.new)
2525
end
2626
end

0 commit comments

Comments
 (0)