Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
codekansas committed Jan 22, 2025
1 parent 100eb58 commit 45d4c7e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/routers/test_robot_class.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,8 @@ async def test_robot_classes(test_client: TestClient) -> None:
"new_metadata": {
"joint_name_to_metadata": {
"joint1": {
"id": 1,
"kd": 1.0,
"lower_limit": 0.0,
"upper_limit": 1.0,
}
}
},
Expand Down

0 comments on commit 45d4c7e

Please sign in to comment.