mirror of
https://github.com/androidx/media.git
synced 2025-05-07 15:40:37 +08:00
Fix typo in AdvancedFrameProcessorTest.
PiperOrigin-RevId: 439599201
This commit is contained in:
parent
296efbb395
commit
f75710be93
@ -39,7 +39,7 @@ public final class AdvancedFrameProcessorTest {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void construct_withValidMatrixSize_completesSucessfully() {
|
public void construct_withValidMatrixSize_completesSuccessfully() {
|
||||||
new AdvancedFrameProcessor(getApplicationContext(), new float[16]);
|
new AdvancedFrameProcessor(getApplicationContext(), new float[16]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user