mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +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
|
@Test
|
||||||
public void construct_withValidMatrixSize_completesSucessfully() {
|
public void construct_withValidMatrixSize_completesSuccessfully() {
|
||||||
new AdvancedFrameProcessor(getApplicationContext(), new float[16]);
|
new AdvancedFrameProcessor(getApplicationContext(), new float[16]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue