diff --git a/tests/test_api.py b/tests/test_api.py index ecb52abd..4d2681cd 100644 --- a/tests/test_api.py +++ b/tests/test_api.py @@ -92,7 +92,7 @@ class TestStage(unittest.TestCase): for key in expected_keys: self.assertTrue(key in state['stage']) - def test_movement(self): + def test_stage_movement(self): connection = APIconnection(host="localhost", port=5000, api_ver="v1") move_distance = 500