Skip to content

Commit f8b8352

Browse files
committed
[tests] Fix typo on the class name for PluginA's input node
1 parent a74777d commit f8b8352

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/plugins/meshroom/pluginA/PluginAInputNode.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from meshroom.core import desc
44

55

6-
class PluginANodeA(desc.InputNode):
6+
class PluginAInputNode(desc.InputNode):
77
inputs = [
88
desc.File(
99
name="input",

0 commit comments

Comments
 (0)