mirror of
https://github.com/samsonjs/media.git
synced 2026-04-04 11:05:47 +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
|
||||
public void transformWithDecodeEncode() throws Exception {
|
||||
String testId = TAG + "_transformForceCodecUse";
|
||||
String testId = TAG + "_transformWithDecodeEncode";
|
||||
Context context = ApplicationProvider.getApplicationContext();
|
||||
Transformer transformer =
|
||||
new Transformer.Builder(context)
|
||||
|
|
|
|||
Loading…
Reference in a new issue