We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 443b93a + 3edf209 commit 6c53567Copy full SHA for 6c53567
3 files changed
.github/workflows/macos.yml
@@ -13,7 +13,7 @@ jobs:
13
fail-fast: false
14
matrix:
15
os: [macos-10.15]
16
- sofa_branch: [master, v21.06]
+ sofa_branch: [master]
17
env:
18
SOFA_ROOT: /opt/sofa
19
SOFA_OS: MacOS
.github/workflows/ubuntu.yml
os: [ubuntu-20.04]
SOFA_OS: Linux
bindings/Sofa/tests/Core/Base.py
@@ -116,7 +116,7 @@ def test_addNewDataFromParent_brokenLink(self):
116
117
def test_getClassName(self):
118
root = create_scene("root")
119
- self.assertEqual(root.getClassName(), "DAGNode")
+ self.assertEqual(root.getClassName(), "Node")
120
121
def test_getTemplateName(self):
122
0 commit comments