Media: fix test compilation
This commit is contained in:
parent
fce45b828c
commit
698e08573b
1 changed files with 2 additions and 1 deletions
|
|
@ -93,7 +93,8 @@ class MediaViewerPresenterTest {
|
|||
inputs = MediaViewerNode.Inputs(
|
||||
name = TESTED_MEDIA_NAME,
|
||||
mediaSource = aMediaSource(),
|
||||
mimeType = mimeType
|
||||
mimeType = mimeType,
|
||||
thumbnailSource = null
|
||||
),
|
||||
localMediaFactory = localMediaFactory,
|
||||
mediaLoader = mediaLoader
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue