Skip to content

Commit

Permalink
formatting file
Browse files Browse the repository at this point in the history
  • Loading branch information
wbaccinelli committed Aug 19, 2024
1 parent 564c55f commit 246e408
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tests/unit_tests/test_preprocessing_callbacks.py
Original file line number Diff line number Diff line change
Expand Up @@ -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():
Expand Down

0 comments on commit 246e408

Please sign in to comment.