Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Gepetto
example-robot-data
Commits
76ec48bd
Commit
76ec48bd
authored
Jun 14, 2021
by
Julian Viereck
Browse files
Fix unittest method name
parent
a71b4e80
Pipeline
#14934
failed with stage
in 2 minutes and 37 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
unittest/test_load.py
View file @
76ec48bd
...
...
@@ -79,7 +79,7 @@ class RobotTestCase(unittest.TestCase):
def
test_solo12
(
self
):
self
.
check
(
'solo12'
,
19
,
18
)
def
test_
solo
(
self
):
def
test_
finger_edu
(
self
):
self
.
check
(
'finger_edu'
,
3
,
3
)
def
test_talos
(
self
):
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment