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 e1734af commit d9682c0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/checks/test_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@


class SettingsCheckTest(SimpleTestCase):
def test_check_removed_settings_no_warnings(self):
warnings = check_removed_settings()

self.assertEqual(len(warnings), 0)

@override_settings(TRANSACTIONS_MANAGED=True)
def test_check_removed_settings_with_deprecated_settings(self):
warnings = check_removed_settings()
Expand Down

0 comments on commit d9682c0

Please sign in to comment.