diff --git a/tests/test_spreadsheet.py b/tests/test_spreadsheet.py index 1e909ca..964d893 100644 --- a/tests/test_spreadsheet.py +++ b/tests/test_spreadsheet.py @@ -73,7 +73,7 @@ def test_expand_sheet(self): new_rows_help_text=new_rows_help_text, new_columns_help_text=new_columns_help_text ) - old_sheet.expand_size(new_cell_idx) + old_sheet.expand_using_cell_indices(new_cell_idx) # Test the expanded sheet cell_indices: CellIndices = old_sheet.cell_indices self.assertTupleEqual(