Commit 7b78548e by samrobinson Committed by Ian Baker

Fix incorrect test id.

PiperOrigin-RevId: 440906834
parent 92303810
......@@ -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)
......
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