commit | 73e55bdbcf03a990fafd06abc585e1d2521b9c18 | [log] [tgz] |
---|---|---|
author | Jiawei Li <lijiawei@google.com> | Thu Apr 11 06:44:13 2024 +0000 |
committer | Jiawei Li <lijiawei@google.com> | Sat Apr 13 01:07:31 2024 +0000 |
tree | 0e4727e9814858ba92b979f1293d052d982edef9 | |
parent | 287187f1d23aaa07543275049e745dd6fc16b78b [diff] |
Update VTS SupplicantStaIfaceAidlTest#SetCountryCode to US Bug: 323694622 Bug: 334053791 Test: VTS SupplicantStaIfaceAidlTest Change-Id: Idad4127ce26188145c7b07d60d5e6ce40a80aa5b
diff --git a/wifi/supplicant/aidl/vts/functional/supplicant_sta_iface_aidl_test.cpp b/wifi/supplicant/aidl/vts/functional/supplicant_sta_iface_aidl_test.cpp index 5d00485..4768005 100644 --- a/wifi/supplicant/aidl/vts/functional/supplicant_sta_iface_aidl_test.cpp +++ b/wifi/supplicant/aidl/vts/functional/supplicant_sta_iface_aidl_test.cpp
@@ -407,7 +407,7 @@ * 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()); }