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

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

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

parents 4ebd10a2 6504cb2e
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);
    });
}

/*