mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 04:43:54 +01:00
rename method setImageTobeUploaded to setImageToBeUploaded (#5706)
This commit is contained in:
parent
2e0c57b3ce
commit
e7504b8344
3 changed files with 4 additions and 4 deletions
|
|
@ -166,9 +166,9 @@ class UploadMediaDetailFragmentUnitTest {
|
|||
|
||||
@Test
|
||||
@Throws(Exception::class)
|
||||
fun testSetImageTobeUploaded() {
|
||||
fun testSetImageToBeUploaded() {
|
||||
Shadows.shadowOf(Looper.getMainLooper()).idle()
|
||||
fragment.setImageTobeUploaded(null, null, location)
|
||||
fragment.setImageToBeUploaded(null, null, location)
|
||||
}
|
||||
|
||||
@Test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue