Skip to content

Commit f3df765

Browse files
committed
Fix build for ruby HEAD
1 parent bc7f8b4 commit f3df765

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
@@ -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..90}
37+
allocations = {"3.5" => 66, "3.4" => 82, "3.3" => 86, "3.2" => 89..90}
3838

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

0 commit comments

Comments
 (0)