rename method setImageTobeUploaded to setImageToBeUploaded (#5706)

This commit is contained in:
rohit-satya 2024-04-27 13:35:26 +05:30 committed by GitHub
parent 2e0c57b3ce
commit e7504b8344
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 4 deletions

View file

@ -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