mirror of
https://github.com/nextcloud/android.git
synced 2024-11-26 23:28:42 +03:00
Fix crash in screenshot test due to changes in library
Signed-off-by: Álvaro Brey Vilas <alvaro.brey@nextcloud.com>
This commit is contained in:
parent
c20c3e4066
commit
98177e3eb3
1 changed files with 2 additions and 2 deletions
|
@ -123,8 +123,8 @@ class FileDetailFragmentStaticServerIT : AbstractIT() {
|
|||
"files",
|
||||
"1",
|
||||
"/text.txt",
|
||||
null,
|
||||
null
|
||||
emptyList(),
|
||||
RichElement()
|
||||
)
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue