From cc9d1160741d7b7e17ce1af8d0f7a64003dca2a0 Mon Sep 17 00:00:00 2001 From: Marcos Date: Mon, 9 Sep 2024 15:07:18 -0300 Subject: [PATCH] chore: Moved test variables to be more localized --- edx_name_affirmation/tests/test_models.py | 1 + 1 file changed, 1 insertion(+) diff --git a/edx_name_affirmation/tests/test_models.py b/edx_name_affirmation/tests/test_models.py index fcef806..dc2aac5 100644 --- a/edx_name_affirmation/tests/test_models.py +++ b/edx_name_affirmation/tests/test_models.py @@ -12,6 +12,7 @@ User = get_user_model() + class VerifiedNameModelTests(TestCase): """ Test suite for the VerifiedName models