Skip to content

Commit 6bbd33d

Browse files
committed
Added issue reference
1 parent 2d66e59 commit 6bbd33d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/tests/io/test_stata.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2591,6 +2591,7 @@ def test_many_strl(temp_file, version):
25912591

25922592
@pytest.mark.parametrize("version", [114, 117, 118, 119, None])
25932593
def test_convert_dates_key_handling(tmp_path, version):
2594+
# GH 60536
25942595
temp_file = tmp_path / "test.dta"
25952596
df = DataFrame({"old_name": [1, 2, 3], "some_other_name": [4, 5, 6]})
25962597

0 commit comments

Comments
 (0)