Merge "Update VTS SupplicantStaIfaceAidlTest#SetCountryCode to US" into main am: 84c6d5e8c6
am: 0cf9620136
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/3039132 Change-Id: I2912a30998de493103d3b7b50b320eee26b8377a Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
ab2b2f3115
1 changed files with 1 additions and 1 deletions
|
@ -413,7 +413,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