mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
[commands] Rename Command.repeat to repeatedly (#4379)
This commit is contained in:
@@ -26,7 +26,7 @@ TEST_F(RepeatCommandTest, CallsMethodsCorrectly) {
|
||||
isFinishedCounter++;
|
||||
return isFinishedHook;
|
||||
})
|
||||
.Repeat();
|
||||
.Repeatedly();
|
||||
|
||||
EXPECT_EQ(0, initCounter);
|
||||
EXPECT_EQ(0, exeCounter);
|
||||
|
||||
Reference in New Issue
Block a user