mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Update VTS SupplicantStaIfaceAidlTest#SetCountryCode to US
Bug: 323694622 Bug: 334053791 Test: VTS SupplicantStaIfaceAidlTest Change-Id: Idad4127ce26188145c7b07d60d5e6ce40a80aa5b
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