diff --git a/library/transformer/src/test/java/com/google/android/exoplayer2/transformer/AdvancedFrameProcessorTest.java b/library/transformer/src/test/java/com/google/android/exoplayer2/transformer/AdvancedFrameProcessorTest.java index 5b20b961b4..332e82dc4d 100644 --- a/library/transformer/src/test/java/com/google/android/exoplayer2/transformer/AdvancedFrameProcessorTest.java +++ b/library/transformer/src/test/java/com/google/android/exoplayer2/transformer/AdvancedFrameProcessorTest.java @@ -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]); } }