diff --git a/wlc/test_main.py b/wlc/test_main.py index eb0c7d8..a7da43a 100644 --- a/wlc/test_main.py +++ b/wlc/test_main.py @@ -483,7 +483,7 @@ def test_download_config(self): settings=False, ) self.assertEqual( - os.listdir(tmpdirname), ["hello-weblate.zip", "hello-android.zip"] + set(os.listdir(tmpdirname)), {"hello-weblate.zip", "hello-android.zip"} ) def test_upload(self):