Skip to content

Commit 1a7c359

Browse files
authored
remove useless line
1 parent 4ee322d commit 1a7c359

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/test_exports.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1300,8 +1300,6 @@ def test_xlsx(self):
13001300
fp.export(**options).to_xlsx(xls, submissions)
13011301
assert xls.isfile()
13021302

1303-
def test_jdu(self):
1304-
assert 1 == 1
13051303

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

1343-
1344-
13451341
def test_force_index(self):
13461342
title, schemas, submissions = customer_satisfaction
13471343

0 commit comments

Comments
 (0)