Skip to content

Commit

Permalink
remove commented-out code
Browse files Browse the repository at this point in the history
  • Loading branch information
Alami-Amine committed Jun 11, 2024
1 parent 2181cb0 commit 39dc47e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/app/tests/TestTimedHandler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ void TestTimedHandler::GenerateTimedRequest(uint16_t aTimeoutValue, System::Pack

void TestTimedHandler::TestFollowingMessageFastEnough(MsgType aMsgType)
{
// TestContext & ctx = *static_cast<TestContext *>(aContext);

System::PacketBufferHandle payload;
GenerateTimedRequest(500, payload);
Expand Down Expand Up @@ -167,7 +166,6 @@ TEST_F(TestTimedHandler, TestWriteFastEnough)

void TestTimedHandler::TestFollowingMessageTooSlow(MsgType aMsgType)
{
// TestContext & ctx = *static_cast<TestContext *>(aContext);

System::PacketBufferHandle payload;
GenerateTimedRequest(50, payload);
Expand Down Expand Up @@ -219,7 +217,6 @@ TEST_F(TestTimedHandler, TestWriteTooSlow)

TEST_F(TestTimedHandler, TestInvokeNeverComes)
{
// TestContext & ctx = *static_cast<TestContext *>(aContext);

System::PacketBufferHandle payload;
GenerateTimedRequest(50, payload);
Expand Down

0 comments on commit 39dc47e

Please sign in to comment.