Skip to content

Commit

Permalink
Remove unused test signature
Browse files Browse the repository at this point in the history
  • Loading branch information
mkardous-silabs committed Dec 18, 2023
1 parent ca1f9b4 commit efd585f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/protocols/secure_channel/tests/TestCheckinMsg.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,6 @@ class TestCheckInMsg
static void TestCheckinMessageParse_CorruptedNonce(nlTestSuite * inSuite, void * inContext);
static void TestCheckinMessageParse_InvalidNonce(nlTestSuite * inSuite, void * inContext);

static void TestCheckinGenerateParseSanity(nlTestSuite * inSuite, void * inContext);

private:
static CHIP_ERROR GenerateAndVerifyPayload(nlTestSuite * inSuite, MutableByteSpan & output,
const CheckIn_Message_test_vector & vector);
Expand Down

0 comments on commit efd585f

Please sign in to comment.