Add typos checks (#770)

This commit is contained in:
Simon Alibert
2025-02-25 23:51:15 +01:00
committed by GitHub
parent 8699a28be0
commit a1809ad3de
47 changed files with 114 additions and 82 deletions

View File

@@ -86,7 +86,7 @@ def test_robot(tmp_path, request, robot_type, mock):
robot.connect()
robot.teleop_step()
# Test data recorded during teleop are well formated
# Test data recorded during teleop are well formatted
observation, action = robot.teleop_step(record_data=True)
# State
assert "observation.state" in observation