We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 270dfee commit 5691066Copy full SHA for 5691066
pandas/tests/frame/test_timeseries.py
@@ -21,7 +21,7 @@
21
import pandas.tseries.offsets as offsets
22
23
24
-def test_no_idea_how_to_name_this_or_where_to_place_this():
+def test_timestamp_and_time_dtype_raises():
25
# https://github.com/pandas-dev/pandas/issues/10329
26
df = pd.DataFrame(
27
{
0 commit comments