Skip to content

Commit 0c2aaea

Browse files
committed
added escape symbols
1 parent 14ef1f2 commit 0c2aaea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/indexes/datetimes/test_tools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2044,7 +2044,7 @@ def test_should_cache(listlike, do_caching):
20442044

20452045

20462046
@pytest.mark.parametrize('check_count,unique_share, err_message', [
2047-
(11, 0.5, r'check_count must be in next bounds: [0; len\(arg\)]'),
2047+
(11, 0.5, r'check_count must be in next bounds: \[0; len\(arg\)\]'),
20482048
(10, 2, r'unique_share must be in next bounds: \(0; 1\)')
20492049
])
20502050
def test_should_cache_errors(check_count, unique_share, err_message):

0 commit comments

Comments
 (0)