From 1a7c359c0d1f94ea734bc101328c505b17a4e3df Mon Sep 17 00:00:00 2001 From: Jonathan Durand <38976316+jdugh@users.noreply.github.com> Date: Thu, 15 Apr 2021 19:21:40 +0200 Subject: [PATCH] remove useless line --- tests/test_exports.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/test_exports.py b/tests/test_exports.py index 0ed8c745..a3b63ca7 100644 --- a/tests/test_exports.py +++ b/tests/test_exports.py @@ -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') @@ -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