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:
commit
92ffa6384e
1 changed files with 1 additions and 1 deletions
|
@ -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()))
|
||||
|
|
Loading…
Reference in a new issue