Skip to content

Commit 8037048

Browse files
committed
Um, ok?
1 parent 19e6783 commit 8037048

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/sandbox/test/rendering_test.rb

Lines changed: 2 additions & 2 deletions
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" => 74, "3.3" => 72, "3.2" => 75}) do
23+
assert_allocations({"3.5" => 67, "3.4" => 74, "3.3" => 72, "3.2" => 76}) do
2424
render_inline(MyComponent.new)
2525
end
2626
end
@@ -34,7 +34,7 @@ def test_render_collection_inline_allocations
3434
ViewComponent::CompileCache.cache.delete(ProductComponent)
3535
ProductComponent.__vc_ensure_compiled
3636

37-
allocations = {"3.5" => 76, "3.4" => 82, "3.3" => 86, "3.2" => 89}
37+
allocations = {"3.5" => 76, "3.4" => 82, "3.3" => 86, "3.2" => 90}
3838

3939
products = [Product.new(name: "Radio clock"), Product.new(name: "Mints")]
4040
notice = "On sale"

0 commit comments

Comments
 (0)