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

Commit 77a0eb6d authored by David Drysdale's avatar David Drysdale Committed by Automerger Merge Worker
Browse files

KeyMint VTS: fix fixture setup name am: 795f7587 am: 85ce9e25

Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2003891

Change-Id: I27b0ccdb09e910eab04c53b1a6d75f68501afb03
parents bbd66d27 85ce9e25
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@ using std::vector;

class SecureElementProvisioningTest : public testing::Test {
  protected:
    static void SetupTestSuite() {
    static void SetUpTestSuite() {
        auto params = ::android::getAidlHalInstanceNames(IKeyMintDevice::descriptor);
        for (auto& param : params) {
            ASSERT_TRUE(AServiceManager_isDeclared(param.c_str()))