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

Commit cfd05774 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "wifi: Fix incorrect instance version"

parents d978d258 a6c5b8c5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -468,5 +468,5 @@ INSTANTIATE_TEST_CASE_P(
        testing::ValuesIn(
            android::hardware::getAllHalInstanceNames(IWifi::descriptor)),
        testing::ValuesIn(android::hardware::getAllHalInstanceNames(
            android::hardware::wifi::hostapd::V1_2::IHostapd::descriptor))),
            android::hardware::wifi::hostapd::V1_3::IHostapd::descriptor))),
    android::hardware::PrintInstanceTupleNameToString<>);