Update VTS SupplicantStaIfaceAidlTest#SetCountryCode to US am: 59aeb3182b am: 9ec690f303 am: 9b1141567d

Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/3044892

Change-Id: If132547ca6c350119213af4161a61307180ab941
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Jiawei Li
2024-04-18 00:06:55 +00:00
committed by Automerger Merge Worker

View File

@@ -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());
}