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

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

Update VTS SupplicantStaIfaceAidlTest#SetCountryCode to US am: 59aeb318

parents c12a265d 59aeb318
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());
}