From 246e408302cda68d5d7b3761378af56f0472e358 Mon Sep 17 00:00:00 2001 From: Walter Baccinelli Date: Mon, 19 Aug 2024 12:01:02 +0200 Subject: [PATCH] formatting file --- tests/unit_tests/test_preprocessing_callbacks.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tests/unit_tests/test_preprocessing_callbacks.py b/tests/unit_tests/test_preprocessing_callbacks.py index 56efa42..d412fad 100644 --- a/tests/unit_tests/test_preprocessing_callbacks.py +++ b/tests/unit_tests/test_preprocessing_callbacks.py @@ -71,10 +71,7 @@ def test_apply_filter_callback( # the filtered results are saved in a temporary object before saving them # through a different call. We need to verify if the presence of the data # in the mocked temporary object. - assert ( - "global_impedance_(filtered)" - in mock_tmp_results.get_stable_period(0).get_data().continuous_data - ) + assert "global_impedance_(filtered)" in mock_tmp_results.get_stable_period(0).get_data().continuous_data def test_open_synch_modal_callback():