Merge "Update VTS SupplicantStaIfaceAidlTest#SetCountryCode to US" into main

This commit is contained in:
Treehugger Robot
2024-04-15 22:26:58 +00:00
committed by Gerrit Code Review

View File

@@ -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());
}