fuuuuuuuu
This commit is contained in:
@@ -23,7 +23,7 @@ SCENARIO("A Lamp gets activated")
|
||||
Fake(Dtor(pin_controller));
|
||||
Fake(Method(pin_controller, activate));
|
||||
|
||||
items::detail::Lamp lamp(std::shared_ptr<DriverBoardPinController>(&pin_controller.get()), 0, "test");
|
||||
items::detail::Lamp lamp(std::shared_ptr<DriverBoardPinController>(&pin_controller.get()), 0, 1, "test");
|
||||
|
||||
WHEN("The lamp gets activated")
|
||||
{
|
||||
@@ -50,7 +50,7 @@ SCENARIO("A Lamp gets deactivated")
|
||||
Fake(Dtor(pin_controller));
|
||||
Fake(Method(pin_controller, deactivate));
|
||||
|
||||
items::detail::Lamp lamp(std::shared_ptr<DriverBoardPinController>(&pin_controller.get()), 0, "test");
|
||||
items::detail::Lamp lamp(std::shared_ptr<DriverBoardPinController>(&pin_controller.get()), 0, 1, "test");
|
||||
|
||||
WHEN("The lamp gets deactivated")
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user