Skip to content

Commit 2e0987f

Browse files
committed
fix name conflict in tests
1 parent 576d2af commit 2e0987f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fooof/tests/plts/test_fm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def test_plot_fm(tfm, skip_if_no_mpl):
2020
file_name='test_plot_fm.png')
2121

2222
@plot_test
23-
def test_plot_fm(tfm, skip_if_no_mpl):
23+
def test_plot_fm_custom(tfm, skip_if_no_mpl):
2424

2525
# Extract broader range of data available in the object
2626
custom_freqs = tfm.freqs

0 commit comments

Comments
 (0)