mirror of
https://github.com/django/django.git
synced 2025-11-25 21:22:14 +00:00
Refs #33476 -- Refactored code to strictly match 88 characters line length.
This commit is contained in:
parent
9c19aff7c7
commit
7119f40c98
404 changed files with 5944 additions and 2842 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue