Skip to content

Commit f7687ed

Browse files
committed
Fix a typo in GoToXY test comment
1 parent 385d895 commit f7687ed

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
@@ -446,7 +446,7 @@ TEST_F(MotionBlocksTest, GoToXY)
446446
{
447447
Compiler compiler(&m_engineMock);
448448

449-
// turn right (12.05) degrees
449+
// go to x: (95.2) y: (-175.9)
450450
auto block = std::make_shared<Block>("a", "motion_gotoxy");
451451
addValueInput(block, "X", MotionBlocks::X, 95.2);
452452
addValueInput(block, "Y", MotionBlocks::Y, -175.9);

0 commit comments

Comments
 (0)