From 7773d1df2702a68f5dced7e92e3a7b9157c35ea4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Voituret?= Date: Fri, 8 Nov 2019 20:04:44 -0500 Subject: [PATCH] fix: function spec error --- tests/test_separator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_separator.py b/tests/test_separator.py index 976cf6c..5358d06 100644 --- a/tests/test_separator.py +++ b/tests/test_separator.py @@ -24,7 +24,7 @@ TEST_CONFIGURATIONS = [ @pytest.mark.parametrize('configuration, instruments', TEST_CONFIGURATIONS) -def test_separate(): +def test_separate(configuration, instruments): """ Test separation from raw data. """ adapter = get_default_audio_adapter() waveform, _ = adapter.load(TEST_AUDIO_DESCRIPTOR)