mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Removed unnecessary trailing commas in tests.
This commit is contained in:
parent
f1c0a3baf7
commit
48a1929ca0
11 changed files with 18 additions and 18 deletions
|
@ -94,7 +94,7 @@ class GetStorageClassTests(SimpleTestCase):
|
|||
def test_deprecation_warning(self):
|
||||
msg = GET_STORAGE_CLASS_DEPRECATED_MSG
|
||||
with self.assertRaisesMessage(RemovedInDjango51Warning, msg):
|
||||
get_storage_class("django.core.files.storage.FileSystemStorage"),
|
||||
get_storage_class("django.core.files.storage.FileSystemStorage")
|
||||
|
||||
|
||||
class FileSystemStorageTests(unittest.TestCase):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue