Skip to content

Commit

Permalink
Remove extra spaces from start_ursim statement in tests
Browse files Browse the repository at this point in the history
With those extra spaces the input isn't correctly parsed.
  • Loading branch information
fmauch authored and VinDp committed May 31, 2024
1 parent 1a9399d commit 9da8109
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ur_robot_driver/test/test_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -273,8 +273,7 @@ def _ursim_action():
"start_ursim.sh",
]
),
" ",
"-m ",
"-m",
ur_type,
],
name="start_ursim",
Expand Down

0 comments on commit 9da8109

Please sign in to comment.