mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 21:37:44 +00:00
Update VTS SupplicantStaIfaceAidlTest#SetCountryCode to US am: 59aeb3182b am: 9ec690f303
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/3044892 Change-Id: Ia3701ff327f9b4eebd3b66333f2c1ab2e027cb6d Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
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