Skip to content

Commit 332b572

Browse files
committed
Chage the skip code
1 parent af17492 commit 332b572

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_SecretsSpec.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def test_withASCII():
2121

2222

2323
@pytest.mark.skipif(
24-
sys.platform.startswith("win"), reason="Windows defaults to CP-1252"
24+
sys.platform == "win32", reason="Windows default to CP-1252"
2525
)
2626
def test_with_UTF8():
2727
key = "¥ · £ · € · $ · ¢ · ₡ · ₢ · ₣ · ₤ · ₥ · ₦ · ₧ · ₨ · ₩ · ₪ · ₫ · ₭ · ₮ · ₯ · ₹"

0 commit comments

Comments
 (0)