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

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

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

parents 2669cf33 9ec690f3
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -407,7 +407,7 @@ TEST_P(SupplicantStaIfaceAidlTest, SetSuspendModeEnabled) {
 * SetCountryCode
 * SetCountryCode
 */
 */
TEST_P(SupplicantStaIfaceAidlTest, 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());
    EXPECT_TRUE(sta_iface_->setCountryCode(countryCode).isOk());
}
}