diff --git a/app/src/androidTest/kotlin/de/markusfisch/android/binaryeye/PreprocessorTest.kt b/app/src/androidTest/kotlin/de/markusfisch/android/binaryeye/PreprocessorTest.kt index 8a540603..9c5e73e5 100644 --- a/app/src/androidTest/kotlin/de/markusfisch/android/binaryeye/PreprocessorTest.kt +++ b/app/src/androidTest/kotlin/de/markusfisch/android/binaryeye/PreprocessorTest.kt @@ -34,7 +34,8 @@ class PreprocessorTest { val preprocessor = Preprocessor( InstrumentationRegistry.getTargetContext(), frameWidth.toInt(), - frameHeight.toInt() + frameHeight.toInt(), + null ) val outWidth: Int val outHeight: Int