mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-28 21:33:53 +01:00
Changed import statements from junit.framework to org.junit (#4650)
* Changed import statements from junit.framework to org.junit * Replced deprecated assertequals for 2 doubles by adding a third parameter delta. Used hamcrest.MatcherAssert instead of junit.Assert
This commit is contained in:
parent
fa3c17280d
commit
ba85958eda
8 changed files with 14 additions and 13 deletions
|
|
@ -10,7 +10,7 @@ import androidx.preference.PreferenceManager
|
|||
import com.nhaarman.mockitokotlin2.verify
|
||||
import fr.free.nrw.commons.TestCommonsApplication
|
||||
import fr.free.nrw.commons.filepicker.Constants.RequestCodes
|
||||
import junit.framework.Assert.assertEquals
|
||||
import org.junit.Assert.assertEquals
|
||||
import org.junit.Before
|
||||
import org.junit.Test
|
||||
import org.junit.runner.RunWith
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue