Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e7a6f112 authored by Jiawei Li's avatar Jiawei Li Committed by Automerger Merge Worker
Browse files

Update VTS SupplicantStaIfaceAidlTest#SetCountryCode to US am: 59aeb318 am:...

Update VTS SupplicantStaIfaceAidlTest#SetCountryCode to US am: 59aeb318 am: 9ec690f3 am: 9b114156

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



Change-Id: If132547ca6c350119213af4161a61307180ab941
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 25c2b049 9b114156
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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());
}