Skip to content

Commit 7b74bd2

Browse files
author
Sylvain MARIE
committed
Fixed test_missing_public_nat_methods
1 parent 93c8f93 commit 7b74bd2

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

pandas/tests/scalar/test_nat.py

+11-1
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,17 @@ def test_nat_iso_format(get_nat):
190190
@pytest.mark.parametrize(
191191
"klass,expected",
192192
[
193-
(Timestamp, ["freqstr", "normalize", "to_julian_date", "to_period", "tz"]),
193+
(
194+
Timestamp,
195+
[
196+
"fast_strftime",
197+
"freqstr",
198+
"normalize",
199+
"to_julian_date",
200+
"to_period",
201+
"tz"
202+
]
203+
),
194204
(
195205
Timedelta,
196206
[

0 commit comments

Comments
 (0)