From aa2b86ca2a73bc5428410f65995f3c6f52922d61 Mon Sep 17 00:00:00 2001 From: kpoulakakis <kpoulakakis@ubitech.eu> Date: Tue, 4 Jun 2024 12:49:40 +0300 Subject: [PATCH] Add a second log. --- src/automation/tests/test_unitary_emulated.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/automation/tests/test_unitary_emulated.py b/src/automation/tests/test_unitary_emulated.py index 355408d7e..cc2fb8ebc 100644 --- a/src/automation/tests/test_unitary_emulated.py +++ b/src/automation/tests/test_unitary_emulated.py @@ -18,4 +18,5 @@ LOGGER = logging.getLogger(__name__) def test_device_emulated_add_error_cases(): LOGGER.info("Start Tests") + LOGGER.info("Second log Tests") assert true \ No newline at end of file -- GitLab