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

Commit 19cc21ea authored by Les Lee's avatar Les Lee Committed by Gerrit Code Review
Browse files

Merge "vts: Fix incorrect instance name in Teardown"

parents a2f5b0bc bc86698c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -72,7 +72,7 @@ class HostapdHidlTest
            "wifi_softap_wpa3_sae_supported");
    }

    virtual void TearDown() override { stopHostapd(hostapd_instance_name_); }
    virtual void TearDown() override { stopHostapd(wifi_instance_name_); }

   protected:
    bool isWpa3SaeSupport_ = false;