From 5e772e1de180308f89a42c023d7c130f50fff19a Mon Sep 17 00:00:00 2001 From: Kevin O'Riordan Date: Thu, 30 Sep 2021 00:01:01 +0100 Subject: [PATCH] Fix typo --- tests/check_case_conflict_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/check_case_conflict_test.py b/tests/check_case_conflict_test.py index aa5bdff..0dbcea3 100644 --- a/tests/check_case_conflict_test.py +++ b/tests/check_case_conflict_test.py @@ -13,7 +13,7 @@ skip_win32 = pytest.mark.skipif( reason='case conflicts between directories and files', ) -skip_darwin = pytest.mark_skipif( +skip_darwin = pytest.mark.skipif( sys.platform == 'darwin', reason='case conflicts between directories and files', )