Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
Signed-off-by: alperozturk <[email protected]>
  • Loading branch information
alperozturk96 committed Sep 17, 2024
1 parent 575407d commit a529c55
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit a529c55

Please sign in to comment.