Loading wifi/supplicant/aidl/vts/functional/supplicant_sta_iface_aidl_test.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -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()); } Loading Loading
wifi/supplicant/aidl/vts/functional/supplicant_sta_iface_aidl_test.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -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()); } Loading