Fix test_calibrate
This commit is contained in:
@@ -11,7 +11,7 @@ from tests.mocks.mock_teleop import MockTeleopConfig
|
|||||||
|
|
||||||
def test_calibrate():
|
def test_calibrate():
|
||||||
robot_cfg = MockRobotConfig()
|
robot_cfg = MockRobotConfig()
|
||||||
cfg = CalibrateConfig(device=robot_cfg)
|
cfg = CalibrateConfig(robot=robot_cfg)
|
||||||
calibrate(cfg)
|
calibrate(cfg)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user