diff options
author | 2021-11-09 12:38:44 -0500 | |
---|---|---|
committer | 2021-11-09 12:39:35 -0500 | |
commit | 3767ec9d6980d35a7300996a2d077c77559598d4 (patch) | |
tree | da2809f76ed7661a24fe8a6faf2eacef3830c5ae | |
parent | e514d3d9e02e35e2a9477e5d9c3e1274cce2546f (diff) |
Fix test name in TEST_MAPPING
Bug: 205716214
Change-Id: Ie1753705b1b15b418e2ea38e97aa1eff648d67cd
Test: none (how to test? should be caught in presubmit hopefully?)
-rw-r--r-- | TEST_MAPPING | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TEST_MAPPING b/TEST_MAPPING index 6930a8df..012e2fcf 100644 --- a/TEST_MAPPING +++ b/TEST_MAPPING @@ -1,12 +1,12 @@ { "presubmit": [ { - "name": "IntentResolverTests" + "name": "IntentResolverUnitTests" } ], "postsubmit": [ { - "name": "IntentResolverTests" + "name": "IntentResolverUnitTests" } ] } |