Skip to content

Commit

Permalink
Correct test.
Browse files Browse the repository at this point in the history
  • Loading branch information
Themanwithoutaplan committed Jun 27, 2015
1 parent 0adc931 commit c732bf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openpyxl/tests/test_iter.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def test_force_dimension(datadir, DummyWorkbook):

ws = IterableWorksheet(DummyWorkbook, "Sheet", "", "sheet2_no_dimension.xml", [], [])
dims = ws.calculate_dimension(True)
assert dims == "A1:2730"
assert dims == "A1:AA30"



Expand Down

0 comments on commit c732bf0

Please # to comment.