mirror of
https://github.com/django/django.git
synced 2025-08-04 19:08:28 +00:00
Fixed typo in SchemaIndexesMySQLTests.test_no_index_for_foreignkey().
This commit is contained in:
parent
a65547c04a
commit
1bdfde0857
1 changed files with 1 additions and 1 deletions
|
@ -336,7 +336,7 @@ class SchemaIndexesMySQLTests(TransactionTestCase):
|
|||
ArticleTranslation._meta.db_table,
|
||||
)
|
||||
if storage != "InnoDB":
|
||||
self.skip("This test only applies to the InnoDB storage engine")
|
||||
self.skipTest("This test only applies to the InnoDB storage engine")
|
||||
index_sql = [
|
||||
str(statement)
|
||||
for statement in connection.schema_editor()._model_indexes_sql(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue