Skip to content

Commit

Permalink
Remove onTagActivated UT
Browse files Browse the repository at this point in the history
  • Loading branch information
YannLocatelli committed Jan 4, 2024
1 parent e453e25 commit 08832b0
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions libs/RobotKit/tests/RobotController_test_magicCard.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -336,3 +336,15 @@ TEST_F(RobotControllerTest, onAutonomousActivitiesTimeout)

// TODO: Expect raise call
}

// TEST_F(RobotControllerTest, onTagActivated)
// {
// auto onTagActivated = rfidkit.getCallback();

// // TODO: Specify which BLE service and what is expected if necessary
// EXPECT_CALL(mbed_mock_gatt, write(_, _, _, _)).Times(2);

// expectedCallsResetAutonomousActivitiesTimeout();

// onTagActivated(MagicCard::none);
// }

0 comments on commit 08832b0

Please sign in to comment.