summaryrefslogtreecommitdiff
path: root/tests/user_commands/tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/user_commands/tests.py')
-rw-r--r--tests/user_commands/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/user_commands/tests.py b/tests/user_commands/tests.py
index c128c52f69..222a1c5835 100644
--- a/tests/user_commands/tests.py
+++ b/tests/user_commands/tests.py
@@ -150,7 +150,7 @@ class CommandTests(SimpleTestCase):
"Dave, my mind is going. I can feel it. I can feel it.\n", out.getvalue()
)
- def test_calling_a_command_with_no_app_labels_and_parameters_should_raise_a_command_error(
+ def test_calling_a_command_with_no_app_labels_and_parameters_raise_command_error(
self,
):
with self.assertRaises(CommandError):