ANDROID: Correct the wrong test class name: CallRedirectionServiceTest

1. Correct CallRedirectionServiceTest to android.telecom.cts.CallRedirectionServiceTest

Bug: 335020042
Change-Id: I716a42fc79985a34bc882f32f77050404e1b9c61
Signed-off-by: chihsheng <chihsheng@google.com>
This commit is contained in:
chihsheng
2024-04-17 18:24:12 +08:00
committed by Darren Chang
parent bbde1437e8
commit 3e946bd68d
+1 -1
View File
@@ -55,7 +55,7 @@
"exclude-annotation": "com.android.testutils.SkipPresubmit"
},
{
"include-filter": "CallRedirectionServiceTest"
"include-filter": "android.telecom.cts.CallRedirectionServiceTest"
}
]
}