mirror of
https://github.com/django/django.git
synced 2024-11-20 16:34:17 +00:00
Fixed typo in django/db/backends/sqlite3/features.py.
This commit is contained in:
parent
40bfd7b09a
commit
ae5743d461
@ -101,7 +101,7 @@ class DatabaseFeatures(BaseDatabaseFeatures):
|
||||
"servers.tests.LiveServerTestCloseConnectionTest."
|
||||
"test_closes_connections",
|
||||
},
|
||||
"For SQLite in-memory tests, closing the connection destroys"
|
||||
"For SQLite in-memory tests, closing the connection destroys "
|
||||
"the database.": {
|
||||
"test_utils.tests.AssertNumQueriesUponConnectionTests."
|
||||
"test_ignores_connection_configuration_queries",
|
||||
|
Loading…
Reference in New Issue
Block a user