Skip to content

Commit 87c1f43

Browse files
committed
rm color from test
1 parent 087851b commit 87c1f43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_packsmanager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ def test_copy_examples_location(input, expected_paths, example_cases):
278278
# Expected: Raise a warning with the message.
279279
["ex1"],
280280
(
281-
"\033[33mWARNING:\033[0m Example 'packA/ex1' already exists at"
281+
"WARNING: Example 'packA/ex1' already exists at"
282282
" the specified target directory. "
283283
"Existing files were left unchanged; new or missing "
284284
"files were copied. "

0 commit comments

Comments
 (0)