Commit 4734cb3b authored by Joel Collins's avatar Joel Collins
Browse files

Renamed test_stage_movement method

parent 58d37354
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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