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

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

Merge "Assert getService does not return nullptr"

parents 28a360b4 60ff24c6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -41,6 +41,7 @@ class ConfigstoreHidlTest : public ::testing::VtsHalHidlTargetTestBase {
    virtual void SetUp() override {
        sfConfigs = ::testing::VtsHalHidlTargetTestBase::getService<
            ISurfaceFlingerConfigs>();
        ASSERT_NE(sfConfigs, nullptr);
    }

    virtual void TearDown() override {}