Skip to content

Commit b7c2ab3

Browse files
committed
change test name
1 parent 2f0fa1e commit b7c2ab3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/series/indexing/test_indexing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ def test_setslice(datetime_series):
391391
assert sl.index.is_unique is True
392392

393393

394-
def test_incorrect_assigment():
394+
def test_2d_to_1d_assignment_error_raised():
395395
x = np.random.randn(2, 2)
396396
y = pd.Series(range(2))
397397

0 commit comments

Comments
 (0)