mirror of
https://github.com/nextcloud/android.git
synced 2024-11-22 05:05:31 +03:00
Update tests
Signed-off-by: alperozturk <alper_ozturk@proton.me>
This commit is contained in:
parent
d35fbbf973
commit
1473d80edd
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ class FileNameValidatorTests : AbstractOnServerIT() {
|
|||
assertEquals(null, result2)
|
||||
} else {
|
||||
assertEquals(
|
||||
targetContext.getString(R.string.file_name_validator_error_forbidden_file_extensions, " "),
|
||||
targetContext.getString(R.string.file_name_validator_error_forbidden_space_character_extensions),
|
||||
result
|
||||
)
|
||||
assertEquals(
|
||||
|
|
Loading…
Reference in a new issue