From c2f412b1d21a4283a7f585d67aef038e278100b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Voituret?= Date: Tue, 19 Nov 2019 11:58:48 +0100 Subject: [PATCH] fix: syntax 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 c570e64..d2648c2 100644 --- a/tests/test_separator.py +++ b/tests/test_separator.py @@ -54,7 +54,7 @@ def test_separate_to_file(configuration, instruments): for instrument in instruments: assert exists(join(directory, '{}.wav'.format(instrument))) for instrument in instruments: - for compared in instrument: + for compared in instruments: if instrument != compared: assert not filecmp.cmp( join(directory, '{}.wav'.format(instrument)),