Skip to content

Commit e7e67e8

Browse files
committed
Reference GH15690 in test_decimals
1 parent bc15e85 commit e7e67e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/tests/dtypes/test_inference.py

+1
Original file line numberDiff line numberDiff line change
@@ -464,6 +464,7 @@ def test_floats(self):
464464
assert result == 'floating'
465465

466466
def test_decimals(self):
467+
# GH15690
467468
arr = np.array([Decimal(1), Decimal(2), Decimal(3)])
468469
result = lib.infer_dtype(arr)
469470
assert result == 'decimal'

0 commit comments

Comments
 (0)