Skip to content

Commit 0055c61

Browse files
committed
fix test
1 parent 80cbb52 commit 0055c61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/frame/test_dtypes.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,7 @@ def test_astype_str(self):
538538
expected = DataFrame(['1.12345678901'])
539539
else:
540540
# >= 1.14 preserves the full repr
541-
expected = DataFrame(['1.12345678901234567'])
541+
expected = DataFrame(['1.1234567890123457'])
542542
assert_frame_equal(result, expected)
543543

544544
@pytest.mark.parametrize("dtype_class", [dict, Series])

0 commit comments

Comments
 (0)