Merge "Fix VTS test for SupplicantP2pIface::stopFind()" into oc-dev
This commit is contained in:
commit
aa3e01f871
1 changed files with 0 additions and 4 deletions
|
@ -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);
|
||||
});
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue