diff options
| author | 2024-01-29 15:32:19 -0800 | |
|---|---|---|
| committer | 2024-01-29 15:33:51 -0800 | |
| commit | ac387ca9f3c2a304ff0b19c143c60517c916b1b8 (patch) | |
| tree | 4698333c636e88c486682881e1513f97cc68ad6a | |
| parent | fa3278c8e166a05b68e30ddf433284604d507760 (diff) | |
Fix test name in TEST_MAPPINGS to point to CTS test
The build target is CtsContactKeysManagerTestCases,
changing the test mapping to point to that instead.
Bug: 290696572
Bug: 317774988
Test: Not sure how to test it without submitting and seeing if it's correct
Change-Id: I9b11194d89454eca7a5da15a1ee1cae9d4605c40
| -rw-r--r-- | core/TEST_MAPPING | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/TEST_MAPPING b/core/TEST_MAPPING index 24ba5c4e1281..f1e4d0ee4906 100644 --- a/core/TEST_MAPPING +++ b/core/TEST_MAPPING @@ -23,7 +23,7 @@ ], "postsubmit": [ { - "name": "ContactKeysManagerTest", + "name": "CtsContactKeysManagerTestCases", "options": [ { "include-filter": "android.provider.cts.contactkeys." |