mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Fix incorrect test id.
PiperOrigin-RevId: 440906834
This commit is contained in:
parent
92303810f8
commit
7b78548e25
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue