Skip to content

Commit 7448b8f

Browse files
committed
happy flake
1 parent 7c0765e commit 7448b8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: pandas/tests/series/test_constructors.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1650,8 +1650,8 @@ def test_constructor_generic_timestamp_no_frequency(self, dtype, request):
16501650
@pytest.mark.parametrize(
16511651
"dtype,msg",
16521652
[
1653-
("m8[ps]", "Only \[ns\] granularity is supported"),
1654-
("M8[ps]", "Only \[ns\] granularity is supported"),
1653+
(r"m8[ps]", r"Only \[ns\] granularity is supported"),
1654+
(r"M8[ps]", r"Only \[ns\] granularity is supported"),
16551655
],
16561656
)
16571657
def test_constructor_generic_timestamp_bad_frequency(self, dtype, msg):

0 commit comments

Comments
 (0)