From f49581259e71054358420f37f85ddf690c83a365 Mon Sep 17 00:00:00 2001 From: Commander1024 Date: Fri, 11 Sep 2020 19:32:07 +0200 Subject: [PATCH] Typo in class name. --- lostplaces/lostplaces_app/tests/models/test_voucher_model.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 + )