Skip to content

Commit

Permalink
remove useless line
Browse files Browse the repository at this point in the history
  • Loading branch information
jdugh authored Apr 15, 2021
1 parent 4ee322d commit 1a7c359
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/test_exports.py
Original file line number Diff line number Diff line change
Expand Up @@ -1300,8 +1300,6 @@ def test_xlsx(self):
fp.export(**options).to_xlsx(xls, submissions)
assert xls.isfile()

def test_jdu(self):
assert 1 == 1

def test_xlsx_long_sheet_names_and_invalid_chars(self):
title, schemas, submissions = build_fixture('long_names')
Expand Down Expand Up @@ -1340,8 +1338,6 @@ def test_xlsx_with_tag_headers(self):
row_values = [cell.value for cell in sheet.row(1)]
assert row_values == ['#beneficiary', '', '']



def test_force_index(self):
title, schemas, submissions = customer_satisfaction

Expand Down

0 comments on commit 1a7c359

Please sign in to comment.