KeyMint VTS: fix fixture setup name am: 795f758780 am: 85ce9e2530 am: 77a0eb6d63

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

Change-Id: I10373d673da1d3d2e24cff7d28551b9f60eb0605
This commit is contained in:
David Drysdale 2022-03-01 17:05:16 +00:00 committed by Automerger Merge Worker
commit 92ffa6384e

View file

@ -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()))