Skip to content

Commit ee51aaf

Browse files
committed
makes allocation spec more robust
1 parent d9321ce commit ee51aaf

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
@@ -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({"3.5" => 67, "3.4" => 72..74, "3.3" => 72, "3.2" => 71..76}) do
23+
assert_allocations({"3.5" => 67, "3.4" => 72..74, "3.3" => 72..75, "3.2" => 71..76}) do
2424
render_inline(MyComponent.new)
2525
end
2626
end

0 commit comments

Comments
 (0)