Skip to content

Commit cd51c0f

Browse files
committed
Fix a typo in addDropdownField() in motion blocks test
1 parent c6d832f commit cd51c0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/blocks/motion_blocks_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ class MotionBlocksTest : public testing::Test
6666
auto input = addNullInput(block, name, id);
6767
auto menu = createMotionBlock(block->id() + "_menu", block->opcode() + "_menu");
6868
input->setValueBlock(menu);
69-
addDropdownField(menu, "CLONE_OPTION", static_cast<MotionBlocks::Fields>(-1), selectedValue, static_cast<MotionBlocks::FieldValues>(-1));
69+
addDropdownField(menu, name, static_cast<MotionBlocks::Fields>(-1), selectedValue, static_cast<MotionBlocks::FieldValues>(-1));
7070
}
7171
}
7272

0 commit comments

Comments
 (0)