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

Commit f5e1d976 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 am: 77a0eb6d am: 92ffa638

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

Change-Id: I2f2f6856c058cfa6b4dd214b20d32090af877863
parents 62144c83 92ffa638
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()))