Commit f75710be by hschlueter Committed by Ian Baker

Fix typo in AdvancedFrameProcessorTest.

PiperOrigin-RevId: 439599201
parent 296efbb3
......@@ -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]);
}
}
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