diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index eaaf914b..44c3481d 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -13,7 +13,7 @@ jobs: fail-fast: false matrix: os: [macos-10.15] - sofa_branch: [master, v21.06] + sofa_branch: [master] env: SOFA_ROOT: /opt/sofa SOFA_OS: MacOS diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index b9f595ec..2cb94c5b 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -13,7 +13,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-20.04] - sofa_branch: [master, v21.06] + sofa_branch: [master] env: SOFA_ROOT: /opt/sofa SOFA_OS: Linux diff --git a/bindings/Sofa/tests/Core/Base.py b/bindings/Sofa/tests/Core/Base.py index 1b4849d0..e7be0f0a 100644 --- a/bindings/Sofa/tests/Core/Base.py +++ b/bindings/Sofa/tests/Core/Base.py @@ -116,7 +116,7 @@ def test_addNewDataFromParent_brokenLink(self): def test_getClassName(self): root = create_scene("root") - self.assertEqual(root.getClassName(), "DAGNode") + self.assertEqual(root.getClassName(), "Node") def test_getTemplateName(self): root = create_scene("root")