Skip to content

Commit c96a3ff

Browse files
ShaharNavehWillAyd
andauthored
Update pandas/tests/frame/test_timeseries.py
Co-Authored-By: William Ayd <[email protected]>
1 parent ba325f7 commit c96a3ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/frame/test_timeseries.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
import pandas.tseries.offsets as offsets
2222

2323

24-
def test_no_idea_how_to_name_this_or_where_to_place_this():
24+
def test_timestamp_and_time_dtype_raises():
2525
# https://github.com/pandas-dev/pandas/issues/10329
2626
df = pd.DataFrame(
2727
{

0 commit comments

Comments
 (0)