Skip to content

Commit 74da307

Browse files
committed
refactor: コメントの誤字の修正
1 parent 5980b67 commit 74da307

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/RobotTest.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ namespace etrobocon2025_test {
3333
// TEST(RobotTest, GetColorSensorInstanceReturnsReference)
3434
// {
3535
// Robot robot;
36-
// spikeapi::ColorSensor& colorSensorRef1 = robot.getCameraCaptureInstance();
37-
// spikeapi::ColoeSensor& colorSensorRef2 = robot.getCameraCaptureInstance();
36+
// spikeapi::ColorSensor& colorSensorRef1 = robot.getColorSensorInstance();
37+
// spikeapi::ColorSensor& colorSensorRef2 = robot.getColorSensorInstance();
3838

39-
// EXPECT_EQ(&cameraRef1, &cameraRef2);
39+
// EXPECT_EQ(&colorSensorRef1, &colorSensorRef2);
4040
// }
4141

4242
} // namespace etrobocon2025_test

0 commit comments

Comments
 (0)