diff --git a/requirements.txt b/requirements.txt index f09debcb3..697eedffe 100644 --- a/requirements.txt +++ b/requirements.txt @@ -222,7 +222,7 @@ wtforms==3.0.1 # via # -r requirements.in # flask-wtf -xlrd==1.2.0 +xlrd==2.0.1 # via pyexcel-xls xlwt==1.3.0 # via pyexcel-xls diff --git a/tests/app/main/views/test_send.py b/tests/app/main/views/test_send.py index 3dda1a696..7d192f2a0 100644 --- a/tests/app/main/views/test_send.py +++ b/tests/app/main/views/test_send.py @@ -300,8 +300,8 @@ def test_set_sender_redirects_if_one_sms_sender( def test_that_test_files_exist(): - assert len(test_spreadsheet_files) == 8 - assert len(test_non_spreadsheet_files) == 6 + assert len(test_spreadsheet_files) == 7 + assert len(test_non_spreadsheet_files) == 7 def test_should_not_allow_files_to_be_uploaded_without_the_correct_permission( diff --git a/tests/spreadsheet_files/excel 2007 with macro support.xlsm b/tests/non_spreadsheet_files/excel 2007 with macro support.xlsm similarity index 100% rename from tests/spreadsheet_files/excel 2007 with macro support.xlsm rename to tests/non_spreadsheet_files/excel 2007 with macro support.xlsm