Commit c1b3e992 by hschlueter Committed by Ian Baker

Fix typo in AdvancedFrameProcessorTest.

PiperOrigin-RevId: 439599201
parent 020e3ea5
...@@ -39,7 +39,7 @@ public final class AdvancedFrameProcessorTest { ...@@ -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]);
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment