diff --git a/unisportomat/quiz/tests.py b/unisportomat/quiz/tests.py index 7da52b5256d83ae06a862b92c44a150abca86fa6..26b095bc147727e05d65c1b63b4b5c1f9beedf28 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. """