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'
|
model_name = 'Voucher'
|
||||||
|
|
||||||
def setUp(self):
|
def setUp(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user