Skip to content

Commit

Permalink
fixup! Update SetInteriorVehicleDataRequestTests
Browse files Browse the repository at this point in the history
  • Loading branch information
mvorobio committed Apr 28, 2020
1 parent 30f301a commit 715f26a
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,8 @@ TEST_F(SetInteriorVehicleDataRequestTest,
HMIResultCodeIs(hmi_apis::FunctionID::RC_SetInteriorVehicleData), _))
.WillOnce(Return(true));
// Act
auto command = CreateRCCommand<SetInteriorVehicleDataRequest>(mobile_message);
const auto command =
CreateRCCommand<SetInteriorVehicleDataRequest>(mobile_message);
ASSERT_TRUE(command->Init());
command->Run();

Expand Down Expand Up @@ -217,7 +218,8 @@ TEST_F(
.WillOnce(Return(true));

// Act
auto command = CreateRCCommand<SetInteriorVehicleDataRequest>(mobile_message);
const auto command =
CreateRCCommand<SetInteriorVehicleDataRequest>(mobile_message);
ASSERT_TRUE(command->Init());
command->Run();

Expand Down

0 comments on commit 715f26a

Please sign in to comment.