From 1b12dd40b619f8848e88c581e8fd4e0885c46b54 Mon Sep 17 00:00:00 2001 From: Marco Zeisler Date: Thu, 17 Jun 2021 23:00:01 +0200 Subject: [PATCH] renamed test --- components/orchestration/test_orchestrator.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/orchestration/test_orchestrator.py b/components/orchestration/test_orchestrator.py index 928a46a..e04d059 100644 --- a/components/orchestration/test_orchestrator.py +++ b/components/orchestration/test_orchestrator.py @@ -13,10 +13,10 @@ class TestOrchestrator(unittest.TestCase): with patch('requests.sessions.Session.get', MyResponse): self.orc = Orchestrator() - def test(self): + def test_full_speed_if_far_away(self): self.orc.tls = {'1': {'color': 'RED', 'switching_time': 1, 'last_switch': self.timestamp}} tl_geo = {'cursor': [ - {'id': '1', 'calculatedRange': 100} + {'id': '1', 'calculatedRange': 1000} ]} current_vel = 130.0