diff --git a/django/db/backends/sqlite3/features.py b/django/db/backends/sqlite3/features.py index 669e875b59..2c1aa32506 100644 --- a/django/db/backends/sqlite3/features.py +++ b/django/db/backends/sqlite3/features.py @@ -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",