chore: Rename test

This commit is contained in:
Laerte Pereira 2023-06-23 00:15:32 -03:00
parent 876feaf339
commit a3f8912d69
1 changed files with 1 additions and 1 deletions

View File

@ -464,7 +464,7 @@ class SettingsTest(unittest.TestCase):
)
self.assertEqual(dummy_config.value, "dummy_value")
def test_pop_item_with_frozen_settings(self):
def test_pop_item_with_immutable_settings(self):
settings = Settings(
{"DUMMY_CONFIG": "dummy_value", "OTHER_DUMMY_CONFIG": "other_dummy_value"}
)