From 37f2dabb791537b731447327266a6615e863c1dd Mon Sep 17 00:00:00 2001 From: SKairinos Date: Tue, 24 Oct 2023 11:45:30 +0100 Subject: [PATCH] whitespaces --- codeforlife/user/tests/views/test_klass.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codeforlife/user/tests/views/test_klass.py b/codeforlife/user/tests/views/test_klass.py index d0db7c44..87ba9d6b 100644 --- a/codeforlife/user/tests/views/test_klass.py +++ b/codeforlife/user/tests/views/test_klass.py @@ -33,7 +33,7 @@ def _login_student(self): in. Options: - same_school: The class is in the same school as the user. - not_same_school: The class is not in the same school as the user. - + in_class: A flag for if the user is in the class. Options: - in_class: The user is in the class. - not_in_class: The user is not in the class.