Skip to content

Commit

Permalink
Test fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
david-salac committed May 27, 2020
1 parent 68d43ab commit 2a4e842
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_spreadsheet.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 2a4e842

Please sign in to comment.