fix: function spec error

This commit is contained in:
Félix Voituret
2019-11-08 20:04:44 -05:00
parent e9f1ba9450
commit 7773d1df27

View File

@@ -24,7 +24,7 @@ TEST_CONFIGURATIONS = [
@pytest.mark.parametrize('configuration, instruments', TEST_CONFIGURATIONS) @pytest.mark.parametrize('configuration, instruments', TEST_CONFIGURATIONS)
def test_separate(): def test_separate(configuration, instruments):
""" Test separation from raw data. """ """ Test separation from raw data. """
adapter = get_default_audio_adapter() adapter = get_default_audio_adapter()
waveform, _ = adapter.load(TEST_AUDIO_DESCRIPTOR) waveform, _ = adapter.load(TEST_AUDIO_DESCRIPTOR)