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

Commit b6a44a50 authored by Ningyuan Wang's avatar Ningyuan Wang Committed by android-build-merger
Browse files

Merge "Fix VTS test for SupplicantP2pIface::stopFind()" into oc-dev

am: aa3e01f8

Change-Id: I33161dba384d3dec981f9ef65a53fa18adb3f55a
parents 17053887 aa3e01f8
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -219,10 +219,6 @@ TEST_F(SupplicantP2pIfaceHidlTest, StopFind) {
    p2p_iface_->stopFind([](const SupplicantStatus& status) {
        EXPECT_EQ(SupplicantStatusCode::SUCCESS, status.code);
    });

    p2p_iface_->stopFind([](const SupplicantStatus& status) {
        EXPECT_NE(SupplicantStatusCode::SUCCESS, status.code);
    });
}

/*