We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc7f8b4 commit f3df765Copy full SHA for f3df765
test/sandbox/test/rendering_test.rb
@@ -34,7 +34,7 @@ def test_render_collection_inline_allocations
34
ViewComponent::CompileCache.cache.delete(ProductComponent)
35
ProductComponent.__vc_ensure_compiled
36
37
- allocations = {"3.5" => 76, "3.4" => 82, "3.3" => 86, "3.2" => 89..90}
+ allocations = {"3.5" => 66, "3.4" => 82, "3.3" => 86, "3.2" => 89..90}
38
39
products = [Product.new(name: "Radio clock"), Product.new(name: "Mints")]
40
notice = "On sale"
0 commit comments