Skip to content

Commit

Permalink
[tests] remove the assert on preferredChannelMask value
Browse files Browse the repository at this point in the history
  • Loading branch information
abtink committed Sep 19, 2023
1 parent 188e29e commit 95d25fb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/dbus/test_dbus_client.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,6 @@ int main()
TEST_ASSERT(region == "US");

TEST_ASSERT(api->GetPreferredChannelMask(preferredChannelMask) == ClientError::ERROR_NONE);
TEST_ASSERT(preferredChannelMask == 0x7fff800);

api->EnergyScan(scanDuration, [&stepDone](const std::vector<EnergyScanResult> &aResult) {
TEST_ASSERT(!aResult.empty());
Expand Down

0 comments on commit 95d25fb

Please sign in to comment.