From bb40743db21dd35b26af4b94b9061acfe59e5389 Mon Sep 17 00:00:00 2001 From: Helldragon67 Date: Wed, 15 Jan 2025 09:09:55 +0100 Subject: [PATCH] test assertion for formatting --- backend/src/tests/test_main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/tests/test_main.py b/backend/src/tests/test_main.py index 9feceb3..1a353f4 100644 --- a/backend/src/tests/test_main.py +++ b/backend/src/tests/test_main.py @@ -53,7 +53,7 @@ def test_turckheim(client, request): # pylint: disable=redefined-outer-name assert duration_minutes*0.8 < int(result['total_time']) < duration_minutes*1.2 assert len(landmarks) > 2 # check that there is something to visit assert comp_time < 30, f"Computation time exceeded 30 seconds: {comp_time:.2f} seconds" - # assert 2==3 + assert 2==3 ''' def test_bellecour(client, request) : # pylint: disable=redefined-outer-name """