From ae5743d461ee30c6241c8bb207b98039aaa6255b Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Mon, 11 Nov 2024 09:44:01 +0100 Subject: [PATCH] Fixed typo in django/db/backends/sqlite3/features.py. --- django/db/backends/sqlite3/features.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",