Skip to content

Commit e735687

Browse files
fbourgeymroeschke
andauthored
Update pandas/tests/frame/methods/test_to_numpy.py
Co-authored-by: Matthew Roeschke <[email protected]>
1 parent c404086 commit e735687

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/frame/methods/test_to_numpy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def test_to_numpy_datetime_with_na(self):
6969
],
7070
}
7171
)
72-
arr = np.array(
72+
expected = np.array(
7373
[
7474
[0.00e00, 0.00e00, 1.00e00],
7575
[8.64e04, np.nan, np.nan],

0 commit comments

Comments
 (0)