From 38b46c69e71fd3cbe43afcac713a93595091ad8f Mon Sep 17 00:00:00 2001 From: Catherine Lee Date: Thu, 18 Jan 2024 11:58:26 -0800 Subject: [PATCH] typo --- testing/test_junitxml.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/test_junitxml.py b/testing/test_junitxml.py index 469c4291c..fa2b34ff1 100644 --- a/testing/test_junitxml.py +++ b/testing/test_junitxml.py @@ -1657,7 +1657,7 @@ def test_bin_escaped_skipreason(pytester: Pytester, run_and_parse: RunAndParse) pytester.makepyfile( """ import pytest - @pytest.mark.skip("\33[31;1red\33[0m") + @pytest.mark.skip("\33[31;1mred\33[0m") def test_skip(): pass """