Typo in class name.
This commit is contained in:
parent
f5bf642cd6
commit
f49581259e
@ -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
|
||||
)
|
||||
)
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user