Typo in class name.
This commit is contained in:
		@@ -14,7 +14,7 @@ def mock_voucher():
 | 
			
		||||
    )
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
class VoucheTestCase(ModelTestCase, TestCase):
 | 
			
		||||
class VoucherTestCase(ModelTestCase, TestCase):
 | 
			
		||||
    model_name = 'Voucher'
 | 
			
		||||
 | 
			
		||||
    def setUp(self):
 | 
			
		||||
@@ -48,4 +48,4 @@ class VoucheTestCase(ModelTestCase, TestCase):
 | 
			
		||||
            msg='Expecting %s.__str__ to contain the voucher code' % (
 | 
			
		||||
                self.model_name
 | 
			
		||||
            )
 | 
			
		||||
        )
 | 
			
		||||
        )
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user