We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac2d379 commit 135d52aCopy full SHA for 135d52a
python/pyarrow/tests/test_array.py
@@ -2489,7 +2489,7 @@ def test_array_from_different_numpy_datetime_units_raises():
2489
ms = np.array(data, dtype='datetime64[ms]')
2490
data = list(s[:2]) + list(ms[2:])
2491
2492
- with pytest.raises(pa.ArrowInvalid, match="Cannot mix NumPy datetime64 units s and ms"):
+ with pytest.raises(pa.ArrowInvalid, match="datetime64 units s and ms"):
2493
pa.array(data)
2494
2495
0 commit comments