mirror of
https://github.com/samsonjs/media.git
synced 2026-03-29 10:05:48 +00:00
Fix typo in AdvancedFrameProcessorTest.
PiperOrigin-RevId: 439599201
This commit is contained in:
parent
020e3ea5e2
commit
c1b3e992b2
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ public final class AdvancedFrameProcessorTest {
|
|||
}
|
||||
|
||||
@Test
|
||||
public void construct_withValidMatrixSize_completesSucessfully() {
|
||||
public void construct_withValidMatrixSize_completesSuccessfully() {
|
||||
new AdvancedFrameProcessor(getApplicationContext(), new float[16]);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue