Skip to content

Commit 635b6e7

Browse files
committed
Add Github issue ID
1 parent 055dc96 commit 635b6e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/tests/io/json/test_pandas.py

+1
Original file line numberDiff line numberDiff line change
@@ -2321,6 +2321,7 @@ def test_large_number():
23212321
],
23222322
)
23232323
def test_dtypes_to_json_consistency(df: DataFrame):
2324+
# GH 61170
23242325
expected = df.dtypes.apply(str).to_json()
23252326
result = df.dtypes.to_json()
23262327
assert json.loads(result) == json.loads(expected)

0 commit comments

Comments
 (0)