Update VTS SupplicantStaIfaceAidlTest#SetCountryCode to US
Bug: 323694622 Bug: 334053791 Test: VTS SupplicantStaIfaceAidlTest (cherry picked from https://android-review.googlesource.com/q/commit:73e55bdbcf03a990fafd06abc585e1d2521b9c18) Merged-In: Idad4127ce26188145c7b07d60d5e6ce40a80aa5b Change-Id: Idad4127ce26188145c7b07d60d5e6ce40a80aa5b
This commit is contained in:
parent
9b13077c4c
commit
59aeb3182b
1 changed files with 1 additions and 1 deletions
|
@ -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());
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue