Skip to content

Commit

Permalink
Revert
Browse files Browse the repository at this point in the history
  • Loading branch information
rhshadrach committed Jan 12, 2025
1 parent 29ee20e commit 1b82be3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pandas/tests/frame/methods/test_to_dict_of_blocks.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,8 @@ def test_to_dict_of_blocks_item_cache():

df._to_dict_of_blocks()

values = ser.values
with pytest.raises(ValueError, match="read-only"):
values[0] = "foo"
ser.values[0] = "foo"


def test_set_change_dtype_slice():
Expand Down

0 comments on commit 1b82be3

Please sign in to comment.