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

Commit 795f7587 authored by David Drysdale's avatar David Drysdale
Browse files

KeyMint VTS: fix fixture setup name

Bug: 221909227
Test: VtsAidlKeyMintTargetTest
Change-Id: Ic0722242cee2ea21c974133e4f81b13b21e44615
parent 6cd0d474
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()))