Fix: outdated structure type test

This was changed in 7b7c630018.
This commit is contained in:
Jacques Lucke
2025-06-24 11:32:47 +02:00
parent 301d421234
commit f94ec130c3

View File

@@ -40,7 +40,7 @@ class StructureTypeInferenceTest(unittest.TestCase):
tree = bpy.data.node_groups["test_empty_group"]
node = tree.nodes["Group Input"]
self.assertDynamic(node.outputs["Geometry"])
self.assertSingle(node.outputs["Geometry"])
self.assertDynamic(node.outputs["Value"])
node = tree.nodes["Group Output"]