Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GitRon committed Nov 19, 2024
1 parent d9682c0 commit 306edc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/checks/test_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class SettingsCheckTest(SimpleTestCase):
def test_check_removed_settings_with_deprecated_settings(self):
warnings = check_removed_settings()

self.assertEqual(len(warnings), 1)
self.assertGreater(len(warnings), 0)
self.assertIn(
checks.Warning(
"The 'TRANSACTIONS_MANAGED' setting was removed in Django 1.4 and its use is not recommended.",
Expand Down

0 comments on commit 306edc8

Please sign in to comment.