diff --git a/src/simmer/tests/tests_io.py b/src/simmer/tests/tests_io.py index 156b600a..2f4240bd 100644 --- a/src/simmer/tests/tests_io.py +++ b/src/simmer/tests/tests_io.py @@ -163,7 +163,7 @@ def test_check_logsheet_incorrect(self): inst = i.ShARCS() excel_path = "src/simmer/Examples/Shane/logsheet_incorrect.xlsx" failed = check.check_logsheet(inst, excel_path) - self.assertTrue(failed == 9) + self.assertTrue(failed == 7) def test_check_logsheet_correct(self): inst = i.ShARCS()