small changes (#4789)

This commit is contained in:
RISHAV GUPTA 2022-02-07 19:33:26 +05:30 committed by GitHub
parent 769b295647
commit 9c27f8510d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View file

@ -75,7 +75,7 @@ class ImageFileLoaderTest {
*/
@Test
fun testLoadDeviceImages() {
imageFileLoader.loadDeviceImages(imageLoaderListener, coroutineScope)
imageFileLoader.loadDeviceImages(imageLoaderListener)
}
/**