Skip to content

Commit e14281d

Browse files
committed
add missing assertion
1 parent d003e6e commit e14281d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/tests/series/methods/test_update.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ def test_update_dtypes(self, other, dtype, expected, raises):
6767
ser.update(other)
6868
else:
6969
ser.update(other)
70+
tm.assert_series_equal(ser, expected)
7071

7172
@pytest.mark.parametrize(
7273
"values, other, expected",

0 commit comments

Comments
 (0)