mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-02 20:24:19 +00:00
Merge "Update VTS SupplicantStaIfaceAidlTest#SetCountryCode to US" into main
This commit is contained in:
@@ -407,7 +407,7 @@ TEST_P(SupplicantStaIfaceAidlTest, SetSuspendModeEnabled) {
|
||||
* SetCountryCode
|
||||
*/
|
||||
TEST_P(SupplicantStaIfaceAidlTest, SetCountryCode) {
|
||||
const std::vector<uint8_t> countryCode = {'M', 'X'};
|
||||
const std::vector<uint8_t> countryCode = {'U', 'S'};
|
||||
EXPECT_TRUE(sta_iface_->setCountryCode(countryCode).isOk());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user