diff --git a/tests/test_buildozer.py b/tests/test_buildozer.py index fac0d034e..3e7625978 100644 --- a/tests/test_buildozer.py +++ b/tests/test_buildozer.py @@ -126,7 +126,7 @@ def test_android_ant_path(self): # Mock first run with mock.patch('buildozer.buildops.download') as download, \ - mock.patch('buildozer.Buildozer.file_extract') as m_file_extract, \ + mock.patch('buildozer.buildops.file_extract') as m_file_extract, \ mock.patch('os.makedirs'): ant_path = target._install_apache_ant() assert m_file_extract.call_args_list == [mock.call(mock.ANY, cwd='/my/ant/path')]