diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2024-11-11 09:44:01 +0100 |
|---|---|---|
| committer | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2024-11-11 12:21:51 +0100 |
| commit | ae5743d461ee30c6241c8bb207b98039aaa6255b (patch) | |
| tree | d0f60927e9c5e42c2966e69e1102a497440a6c0f | |
| parent | 40bfd7b09aa0907b143e96f0b055538f476e544e (diff) | |
Fixed typo in django/db/backends/sqlite3/features.py.
| -rw-r--r-- | django/db/backends/sqlite3/features.py | 2 |
1 files changed, 1 insertions, 1 deletions
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", |
