Skip to content

Commit 75686f1

Browse files
Fix test for product join None
1 parent f902dad commit 75686f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/samples/schema.org/product.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"properties": {"brand": "ACME",
33
"name": "Executive Anvil",
44
"image": "anvil_executive.jpg",
5-
"description": "Sleeker than ACME's Classic Anvil, the\n Executive Anvil is perfect for the business traveler\n looking for something to drop from a height.",
5+
"description": "Sleeker than ACME's Classic Anvil, the Executive Anvil is perfect for the business traveler looking for something to drop from a height.",
66
"mpn": "925872",
77
"aggregateRating": {"type": "http://schema.org/AggregateRating",
88
"properties": {"ratingValue": "4.4",

0 commit comments

Comments
 (0)