Fix incorrect test id.

PiperOrigin-RevId: 440906834
This commit is contained in:
samrobinson 2022-04-11 17:03:27 +01:00 committed by Ian Baker
parent 92303810f8
commit 7b78548e25

View file

@ -54,7 +54,7 @@ public class TransformationTest {
@Test
public void transformWithDecodeEncode() throws Exception {
String testId = TAG + "_transformForceCodecUse";
String testId = TAG + "_transformWithDecodeEncode";
Context context = ApplicationProvider.getApplicationContext();
Transformer transformer =
new Transformer.Builder(context)