Skip to content

Commit 2e6fbcb

Browse files
authored
gh number
1 parent 389dd71 commit 2e6fbcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/io/parser/test_parse_dates.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1332,7 +1332,7 @@ def test_parse_dates_infer_datetime_format_warning(all_parsers):
13321332
"reader", ["read_csv_check_warnings", "read_table_check_warnings"]
13331333
)
13341334
def test_parse_dates_date_parser_and_date_format(all_parsers, reader):
1335-
# GH ???
1335+
# GH 50601
13361336
parser = all_parsers
13371337
data = "Date,test\n2012-01-01,1\n,2"
13381338
msg = "Cannot use both 'date_parser' and 'date_format'"

0 commit comments

Comments
 (0)