0
0
mirror of https://github.com/django/django.git synced 2024-11-23 18:37:34 +01: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." "servers.tests.LiveServerTestCloseConnectionTest."
"test_closes_connections", "test_closes_connections",
}, },
"For SQLite in-memory tests, closing the connection destroys" "For SQLite in-memory tests, closing the connection destroys "
"the database.": { "the database.": {
"test_utils.tests.AssertNumQueriesUponConnectionTests." "test_utils.tests.AssertNumQueriesUponConnectionTests."
"test_ignores_connection_configuration_queries", "test_ignores_connection_configuration_queries",