From 1d5c0597d949a2735be6b475bd73e446037cb182 Mon Sep 17 00:00:00 2001 From: shortcutme Date: Fri, 15 Dec 2017 01:58:57 +0100 Subject: [PATCH] Ignore site list order --- src/Test/TestSiteStorage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Test/TestSiteStorage.py b/src/Test/TestSiteStorage.py index d21405fb..e9977e8e 100644 --- a/src/Test/TestSiteStorage.py +++ b/src/Test/TestSiteStorage.py @@ -19,4 +19,4 @@ class TestSiteStorage: assert "css/all.css" not in list_root # Subdir - assert list(site.storage.list("data-default")) == ["data.json", "users"] + assert set(site.storage.list("data-default")) == set(["data.json", "users"])