Skip to content

Commit 114564b

Browse files
committed
removing duplicated cache_clear from tests
1 parent d8b43e3 commit 114564b

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

tests/unit/test_routes/test_environments_route.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,10 @@ def mock_controller_instance():
3737
mock_controller.get_rocketpy_environment_binary = AsyncMock()
3838

3939
mock_class.return_value = mock_controller
40-
get_environment_controller.cache_clear()
41-
42-
get_environment_controller.cache_clear()
4340

4441
yield mock_controller
4542

4643
get_environment_controller.cache_clear()
47-
48-
get_environment_controller.cache_clear()
4944

5045

5146
def test_create_environment(stub_environment_dump, mock_controller_instance):

0 commit comments

Comments
 (0)