From b7fddd2c386125a50b35a77ca88592bf38e53c19 Mon Sep 17 00:00:00 2001 From: Abtin Keshavarzian Date: Tue, 19 Sep 2023 21:51:02 -0700 Subject: [PATCH] [tests] remove the assert on `preferredChannelMask` value (#2026) --- tests/dbus/test_dbus_client.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/dbus/test_dbus_client.cpp b/tests/dbus/test_dbus_client.cpp index bca057b1e23..0e0e613438d 100644 --- a/tests/dbus/test_dbus_client.cpp +++ b/tests/dbus/test_dbus_client.cpp @@ -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 &aResult) { TEST_ASSERT(!aResult.empty());