Skip to content

Commit

Permalink
One omitted fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
ansaminard authored Dec 13, 2024
1 parent 6555797 commit 2dfb8b6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ def test_source_broadband_noise_get_output():
assert level == pytest.approx(EXP_LEVEL_OCTAVE_BAND, abs=1.0)


def test_source_broadband_noise_get_output_unprocessed(dpf_sound_test_server):
def test_source_broadband_noise_get_output_unprocessed():
"""Test SourceBroadbandNoise get_output method's exception."""
source_bbn_obj = SourceBroadbandNoise()
with pytest.warns(
Expand Down

0 comments on commit 2dfb8b6

Please sign in to comment.