diff --git a/test/Dummy_test.cc b/test/Dummy_test.cc index 2c6e589..41444ff 100644 --- a/test/Dummy_test.cc +++ b/test/Dummy_test.cc @@ -10,7 +10,7 @@ TEST(Dummy, Foo) { Motor motorRight = Motor(); DistanceSensor sensorLeft = DistanceSensor(); - DistanceSensor sensorRight = DisteanceSensor(); + DistanceSensor sensorRight = DistanceSensor(); Placement sensors[] = {Placement(&sensorLeft, -30), Placement(&sensorRight, 30)};