From abb791c5438acde85b436c15c39d987dd1ca9293 Mon Sep 17 00:00:00 2001 From: lb584 <lb584@cam.ac.uk> Date: Tue, 2 May 2023 10:29:08 +0100 Subject: [PATCH] reverting coe to pass --- tests/integration/test_suites/depo_test_suite.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/test_suites/depo_test_suite.py b/tests/integration/test_suites/depo_test_suite.py index ab1d5d1..15f88ea 100644 --- a/tests/integration/test_suites/depo_test_suite.py +++ b/tests/integration/test_suites/depo_test_suite.py @@ -34,7 +34,7 @@ class BaseDepoTestSuite: IntegrationTestUtils.TEST_JOB_DIR, "STATUS_SUCCESS") success_file_exists: bool = os.path.isfile(status_file_path) - self.assertTrue(False) + self.assertTrue(success_file_exists) def test_standard_run_input_all_regions_ran(self): -- GitLab