diff --git a/lostplaces/lostplaces_app/tests/models/test_voucher_model.py b/lostplaces/lostplaces_app/tests/models/test_voucher_model.py index 89c733e..c2cb5be 100644 --- a/lostplaces/lostplaces_app/tests/models/test_voucher_model.py +++ b/lostplaces/lostplaces_app/tests/models/test_voucher_model.py @@ -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 ) - ) \ No newline at end of file + )