Skip to content

Commit

Permalink
chore(test): remove unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
randym committed Nov 4, 2016
1 parent 18fa7e7 commit f4cd23b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/tc_axlsx.rb
Expand Up @@ -49,9 +49,9 @@ def test_cell_range_row
p = Axlsx::Package.new
ws = p.workbook.add_worksheet
row = ws.add_row
c1 = row.add_cell
c2 = row.add_cell
c3 = row.add_cell
row.add_cell
row.add_cell
row.add_cell
assert_equal("A1:C1", Axlsx.cell_range(row, false))
end

Expand Down

0 comments on commit f4cd23b

Please sign in to comment.