diff options
Diffstat (limited to 'django/test/testcases.py')
| -rw-r--r-- | django/test/testcases.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/django/test/testcases.py b/django/test/testcases.py index 2764fc0886..e4aaac3d42 100644 --- a/django/test/testcases.py +++ b/django/test/testcases.py @@ -1182,7 +1182,7 @@ class LiveServerTestCase(TransactionTestCase): cls.server_thread.terminate() cls.server_thread.join() - # Restore sqlite connections' non-sharability + # Restore sqlite connections' non-shareability for conn in connections.all(): if (conn.vendor == 'sqlite' and conn.settings_dict['NAME'] == ':memory:'): |
