1
0
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:
Mariusz Felisiak 2024-11-11 09:44:01 +01:00 committed by Sarah Boyce
parent 40bfd7b09a
commit ae5743d461

View File

@ -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",