We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6d832f commit cd51c0fCopy full SHA for cd51c0f
test/blocks/motion_blocks_test.cpp
@@ -66,7 +66,7 @@ class MotionBlocksTest : public testing::Test
66
auto input = addNullInput(block, name, id);
67
auto menu = createMotionBlock(block->id() + "_menu", block->opcode() + "_menu");
68
input->setValueBlock(menu);
69
- addDropdownField(menu, "CLONE_OPTION", static_cast<MotionBlocks::Fields>(-1), selectedValue, static_cast<MotionBlocks::FieldValues>(-1));
+ addDropdownField(menu, name, static_cast<MotionBlocks::Fields>(-1), selectedValue, static_cast<MotionBlocks::FieldValues>(-1));
70
}
71
72
0 commit comments