From 9147bb4d1999be6abc32fd41e654d0711d01d961 Mon Sep 17 00:00:00 2001 From: Noah Jonah Gente <fu2662cw@mi.fu-berlin.de> Date: Tue, 8 Jun 2021 16:52:01 +0200 Subject: [PATCH] fix typo --- unisportomat/quiz/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unisportomat/quiz/tests.py b/unisportomat/quiz/tests.py index 7da52b5..26b095b 100644 --- a/unisportomat/quiz/tests.py +++ b/unisportomat/quiz/tests.py @@ -201,7 +201,7 @@ class CriterionAndQuestionModelTest(TestCase): class FixturesTest(TestCase): """ These are the tests for the fixtures in quiz/fixtures. - Fixtures can be used to populate the database which test data. + Fixtures can be used to populate the database with test data. They can be used in automated tests, but also in development. """ -- GitLab