mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Fixed E265 comment style
This commit is contained in:
parent
eb45a29565
commit
db77915c9f
53 changed files with 196 additions and 208 deletions
|
@ -30,7 +30,7 @@ class IntrospectionTests(TransactionTestCase):
|
|||
"django_table_names() returned a non-Django table")
|
||||
|
||||
def test_django_table_names_retval_type(self):
|
||||
#15216 - Table name is a list
|
||||
# Table name is a list #15216
|
||||
tl = connection.introspection.django_table_names(only_existing=True)
|
||||
self.assertIs(type(tl), list)
|
||||
tl = connection.introspection.django_table_names(only_existing=False)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue