Skip to content

Commit

Permalink
added missing mock_show
Browse files Browse the repository at this point in the history
  • Loading branch information
ansaminard committed Dec 9, 2024
1 parent 423b807 commit 8aa07c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ def test_source_broadband_noise_get_output_as_nparray_unprocessed(dpf_sound_test


@patch("matplotlib.pyplot.show")
def test_source_broadband_noise_plot(dpf_sound_test_server):
def test_source_broadband_noise_plot(mock_show, dpf_sound_test_server):
"""Test SourceBroadbandNoise plot method."""
# Create a field to use in a SourceControlTime object.
f_source_control = fields_factory.create_scalar_field(
Expand Down

0 comments on commit 8aa07c4

Please sign in to comment.