Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdecenzo committed May 17, 2022
1 parent 3d2c2f7 commit bc8220c
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -308,8 +308,6 @@ void TestUDCClientState(nlTestSuite * inSuite, void * inContext)
rotatingIdLongLen = Encoding::HexToBytes(reinterpret_cast<const char *>(value.data()), value.size(), rotatingIdLong,
chip::Dnssd::kMaxRotatingIdLen * 2);

// printf("str len=%zu max length %zu, long length %zu\n", strlen(rotatingIdLongString), chip::Dnssd::kMaxRotatingIdLen,
// rotatingIdLongLen);
NL_TEST_ASSERT(inSuite, rotatingIdLongLen > chip::Dnssd::kMaxRotatingIdLen);

// test base case
Expand Down Expand Up @@ -350,8 +348,6 @@ void TestUDCClientState(nlTestSuite * inSuite, void * inContext)

state->SetRotatingId(rotatingIdLong, rotatingIdLongLen);

// printf(" max length %zu, long length %zu, current length %zu\n", chip::Dnssd::kMaxRotatingIdLen, rotatingIdLongLen,
// state->GetRotatingIdLength());
NL_TEST_ASSERT(inSuite, chip::Dnssd::kMaxRotatingIdLen == state->GetRotatingIdLength());

const uint8_t * testRotatingIdLong = state->GetRotatingId();
Expand Down

0 comments on commit bc8220c

Please sign in to comment.