File diff c13a986f2dd8 → 2f4ebc22afea
registrasion/tests/test_invoice.py
Show inline comments
...
 
@@ -88,13 +88,13 @@ class InvoiceTestCase(RegistrationCartTestCase):
 
            product=self.PROD_1,
 
            percentage=Decimal(50),
 
            quantity=1
 
        ).save()
 

	
 
        current_cart = CartController.for_user(self.USER_1)
 
        current_cart.apply_voucher(voucher)
 
        current_cart.apply_voucher(voucher.code)
 

	
 
        # Should be able to create an invoice after the product is added
 
        current_cart.add_to_cart(self.PROD_1, 1)
 
        invoice_1 = InvoiceController.for_cart(current_cart.cart)
 

	
 
        # That invoice should have two line items