Skip to content

Commit

Permalink
happy flake
Browse files Browse the repository at this point in the history
  • Loading branch information
brisvag committed Sep 5, 2022
1 parent 7c0765e commit 7448b8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pandas/tests/series/test_constructors.py
Original file line number Diff line number Diff line change
Expand Up @@ -1650,8 +1650,8 @@ def test_constructor_generic_timestamp_no_frequency(self, dtype, request):
@pytest.mark.parametrize(
"dtype,msg",
[
("m8[ps]", "Only \[ns\] granularity is supported"),
("M8[ps]", "Only \[ns\] granularity is supported"),
(r"m8[ps]", r"Only \[ns\] granularity is supported"),
(r"M8[ps]", r"Only \[ns\] granularity is supported"),
],
)
def test_constructor_generic_timestamp_bad_frequency(self, dtype, msg):
Expand Down

0 comments on commit 7448b8f

Please sign in to comment.