Commit 7b78548e by samrobinson Committed by Ian Baker

Fix incorrect test id.

PiperOrigin-RevId: 440906834
parent 92303810
...@@ -54,7 +54,7 @@ public class TransformationTest { ...@@ -54,7 +54,7 @@ public class TransformationTest {
@Test @Test
public void transformWithDecodeEncode() throws Exception { public void transformWithDecodeEncode() throws Exception {
String testId = TAG + "_transformForceCodecUse"; String testId = TAG + "_transformWithDecodeEncode";
Context context = ApplicationProvider.getApplicationContext(); Context context = ApplicationProvider.getApplicationContext();
Transformer transformer = Transformer transformer =
new Transformer.Builder(context) new Transformer.Builder(context)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment