summaryrefslogtreecommitdiff
path: root/tests/commands_sql
diff options
context:
space:
mode:
Diffstat (limited to 'tests/commands_sql')
-rw-r--r--tests/commands_sql/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/commands_sql/tests.py b/tests/commands_sql/tests.py
index 949032ae6f..831e9a27c4 100644
--- a/tests/commands_sql/tests.py
+++ b/tests/commands_sql/tests.py
@@ -7,7 +7,7 @@ from django.db import connections, DEFAULT_DB_ALIAS, models
from django.test import TestCase
from django.utils import six
-# See also regressiontests/initial_sql_regress for 'custom_sql_for_model' tests
+# See also initial_sql_regress for 'custom_sql_for_model' tests
class SQLCommandsTestCase(TestCase):