aboutsummaryrefslogtreecommitdiff
path: root/cli/tests/test_cli_common.py
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/test_cli_common.py')
-rw-r--r--cli/tests/test_cli_common.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/test_cli_common.py b/cli/tests/test_cli_common.py
index 9a64d762..cac1f3bf 100644
--- a/cli/tests/test_cli_common.py
+++ b/cli/tests/test_cli_common.py
@@ -151,7 +151,7 @@ class TestGetPlatform:
class TestGetTorPaths:
- @pytest.mark.skipif(sys.platform != "Darwin", reason="requires MacOS")
+ @pytest.mark.skipif(sys.platform != "darwin", reason="requires MacOS")
def test_get_tor_paths_darwin(
self, platform_darwin, common_obj, sys_frozen, sys_meipass
):