diff --git a/tests/runners/test_analysis_runner_factory.py b/tests/runners/test_analysis_runner_factory.py index 33bd14c61..5ec4b9310 100644 --- a/tests/runners/test_analysis_runner_factory.py +++ b/tests/runners/test_analysis_runner_factory.py @@ -34,9 +34,7 @@ def test_get_runner_with_many_supported_runners_returns_analysis_runner_instance _config_wrapper = DummyRa2ceInput() _config_wrapper.analysis_config.config_data = AnalysisConfigData( analyses=[ - AnalysisSectionDamages( - analysis=AnalysisDamagesEnum.DAMAGES - ), + AnalysisSectionDamages(analysis=AnalysisDamagesEnum.DAMAGES), AnalysisSectionLosses( analysis=AnalysisLossesEnum.SINGLE_LINK_REDUNDANCY ),