Fix core test

This commit is contained in:
Nathan Chapman 2022-11-01 18:10:28 -06:00
parent 6141468f21
commit e14aef1040

View File

@ -23,10 +23,10 @@ class ProductModelTest(TestCase):
Product.objects.create( Product.objects.create(
name='Pantomime', name='Pantomime',
subtitle='Very Dark French Roast', subtitle='Very Dark French Roast',
description='Our darkest drip. A blend of five different beans roasted two ways. Organic Africa, Indonesia, and South and Central America.', description='Our darkest drip. A blend of five different \
sku='565656', beans roasted two ways. Organic Africa, Indonesia, and \
price=Decimal('15.00'), South and Central America.',
weight=Weight(oz=16), checkout_limit=10,
visible_in_listings=True, visible_in_listings=True,
sorting=1, sorting=1,
) )